Files
charm-cinder-nimblestorage/README.md
Gustavo Sanchez cd7700c260 Add functional tests
Add link to launchpad bug tracker
Migrate test bundles to charmhub

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/700
Change-Id: I1c92d046940c5a61cbd1e082fd34ab7a77ae0a4f
2022-02-25 12:00:27 -04:00

34 lines
985 B
Markdown

NimbleStorage Storage Backend for Cinder
-------------------------------
## Overview
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
## Deployment
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
# Documentation
The OpenStack Charms project maintains two documentation guides:
* [OpenStack Charm Guide][cg]: for project information, including development
and support notes
* [OpenStack Charms Deployment Guide][cdg]: for charm usage information
[cg]: https://docs.openstack.org/charm-guide
[cdg]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide
# Bugs
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-nimblestorage/+filebug).