Fix typo

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

Testing

Information about how the charm is tested can be found in the CONTRIBUTING.md and tests/README.md files.

Contributing

See CONTRIBUTING.md for how you can submit changes to this project.