commit | fd3f55dd76e9dba7c1d26b1cdff8eb8361c66c8e | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Fri Sep 02 17:09:59 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | aa13c61f64c99339cd60fb016840a5dc85b19888 | |
parent | 95dd2c8c2bd7d17256509c5196da6c87d1b1d480 [diff] |
Apply Juju SDK class layout style The class layout style can be found in the official style guide [1] [1]: https://juju.is/docs/sdk/styleguide#heading--class-layout Change-Id: I325c8a3dd6666de6605612bd1120e861d8ba327c
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.