commit | 5f47c47db18e029f163365337e308cf2dfbeecf7 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Fri Sep 02 17:17:56 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | 006db058a7ea95f6089e4141e54c0d210647c5de | |
parent | fd3f55dd76e9dba7c1d26b1cdff8eb8361c66c8e [diff] |
Apply Juju SDK docstrings style Docstring suggestions can be found in the official style guide [1] [1]: https://juju.is/docs/sdk/styleguide#heading--docstrings Change-Id: I1e09a980acaae9600dec80e3ea9d07b06ca126fe
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.