Add charm icon

Change-Id: I60edacd4535f5d0ec2a029a3bcf7afc7fdd1ae80
1 file changed
tree: e843b8925eebca43d8f950b2f55edc58834e1498
  1. .editorconfig
  2. .gitignore
  3. .gitreview
  4. .stestr.conf
  5. README.md
  6. TODO.md
  7. build-requirements.txt
  8. charmcraft.yaml
  9. config.yaml
  10. icon.svg
  11. metadata.yaml
  12. osci.yaml
  13. pip.sh
  14. pyproject.toml
  15. rename.sh
  16. requirements.txt
  17. setup.cfg
  18. src/
  19. test-requirements.txt
  20. tests/
  21. tox.ini
  22. 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.