Update project definitions to fix tox targets

charmcraft 2.0.0 no longer accepts "build" as a command [1]; replacing
with "pack".

Renaming the "charm_build_name" value in osci.yaml as rename.sh expects
it.

[1]: https://juju.is/docs/sdk/build-and-deploy-minimal-machine-charm

Change-Id: I7b7af74dc7da21e09d4f162cbb64c225531fcf25
2 files changed
tree: 476ce0e9e826d3fd349f3a3ee831b683650f7dcc
  1. .gitignore
  2. .gitreview
  3. .stestr.conf
  4. README.md
  5. TODO.md
  6. build-requirements.txt
  7. charmcraft.yaml
  8. config.yaml
  9. metadata.yaml
  10. osci.yaml
  11. pip.sh
  12. pyproject.toml
  13. rename.sh
  14. requirements.txt
  15. setup.cfg
  16. src/
  17. test-requirements.txt
  18. tests/
  19. tox.ini
  20. unit_tests/
README.md

StorPool Storage Backend for Cinder

Overview

This charm provides a StorPool storage backend for use with the Cinder charm.

To use:

juju deploy cinder

juju deploy cinder-storpool \
    --config storpool_template="my_template" \
    --config sp_api_http_host="1.2.3.4" \
    --config sp_auth_token=1234567890123456789

juju add-relation cinder-storpool cinder

Configuration

See config.yaml for details of configuration options.

Options with a blank 'default' field are mandatory and have to be provided by an administrator.