commit | fe5959f94c35a27e2b058b5b9bbb88fa962482ef | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Mon Dec 19 14:19:21 2022 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed May 17 12:00:22 2023 +0300 |
tree | 54c987cde1ca0fb92cf28f5b0c0c05c8bba7d5d1 | |
parent | aa139c0a9c533c6704ec54495dcaadd54a2940e2 [diff] |
Add hints about charm testing in the documentation Change-Id: I83c4994ea82283bc0808a647d5f89f62a16aa549
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.