Format README.md to Markdown

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