commit | 0d43ac69e623b37c5b46f1aa3b6d9f10d226106f | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Feb 01 17:42:55 2023 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed Feb 01 17:45:35 2023 +0200 |
tree | 6f6fe3590aa4fc9313544b61d71a491732fbfa32 | |
parent | 9495b3817b363c2bcacd5a8b48d0f0d53ca4298e [diff] |
Bump requirement storpool's version, remove six Six was transitively required by an old version of storpool. The new version takes care of this internally, and six is not required. Change-Id: I88bd3f79499fc0990913dc82ff3f56d44a5608fa
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.