Bump requirement storpool's version, remove six

Six was transitively required by an old version of storpool. The new
version takes care of this internally, and six is not required.

Change-Id: I88bd3f79499fc0990913dc82ff3f56d44a5608fa
1 file changed
tree: 6f6fe3590aa4fc9313544b61d71a491732fbfa32
  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.