This charm provides a NimbleStorage storage backend for use with the Cinder charm.
To use:
juju deploy cinder
juju deploy cinder-nimblestorage
juju add-relation cinder-nimblestorage cinder
This charm's primary use is as a backend for the cinder charm. To do so, add a relation betweeen both charms:
juju add-relation cinder-nimblestorage:storage-backend cinder:storage-backend
The OpenStack Charms project maintains two documentation guides:
- OpenStack Charm Guide: for project information, including development and support notes
- OpenStack Charms Deployment Guide: for charm usage information