commit | 28fea78a9cd76595c3910b126bcf5fc7ec45baf5 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Tue Aug 23 01:07:37 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | 807186e16fdaac0420e9f7b1f52cd8d18aa7439b | |
parent | b04da5d9e03dd2d7600c15daf112fe6f5cf5864f [diff] |
Get the StorPoolConfItems data from the config automatically. Let us not repeat ourselves by having to write the same config option names in the same order over and over again. Change-Id: I1de574410a6ea5ad4abad0c3ca3ebee687ed59fc
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.