Refresh charmhelpers with the latest Flamingo/Gazpacho version metadata. Change-Id: Ie90442a28248da4b46d2875627c3110bfa1f33ba Signed-off-by: Myles Penner <myles.penner@canonical.com>
Cinder Backup Service
Overview
This charm provides a Cinder Backup component as part of OpenStack Cinder service. It is intended to be used alongside the other OpenStack components, even though it must have relation set up with core Cinder service.
The below deployment instructions assume that a Ceph cluster and the Cinder service are pre-existing.
To deploy:
juju deploy --channel <channel> cinder-backup
juju add-relation cinder-backup:backup-backend cinder:backup-backend
juju add-relation cinder-backup:ceph ceph-mon:client
Configuration
This charm currently does not offer any configuration options.
OpenStack Dashboard Intergation
By default cinder backup does not appear on the OpenStack Horizon dashboard. If you have OpenStack Horizon Dashboard deployed in your environment, enable cinder backup menus using the following command:
juju config openstack-dashboard cinder-backup=true
Description
Languages
Python
99.6%
Shell
0.4%