commit | f4c6f772cbb18295e93c31924166a90524cd2bd9 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Fri Jun 02 14:57:38 2023 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Jun 02 14:57:38 2023 +0300 |
tree | adc0fa0aa7c4ac081049dce2db299514623bf5d9 | |
parent | fe5959f94c35a27e2b058b5b9bbb88fa962482ef [diff] |
Fix typo Change-Id: Ib22ae42b47491a5b5899e1c81d6a7337ce989140
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
See config.yaml for details of configuration options.
Options with a blank 'default' field are mandatory and have to be provided by an administrator.
Information about how the charm is tested can be found in the CONTRIBUTING.md and tests/README.md files.
See CONTRIBUTING.md for how you can submit changes to this project.