Install required packages on the host

Change-Id: I4a89612ccfef792a55af9695a2edb581ef2f831b
2 files changed
tree: 13986af3d29f5514b8d6cb0902c2eb5bd6c725f4
  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.