d00d011c18

Patch out charmhelpers.osplatform.get_platform() and charmhelpers.core.host.lsb_release() globally in the unit tests to insulate the unit tests from the platform that the unit tests are being run on. Change-Id: Ice2a2d2379349c8cf7d77027cbca78b19e9d72d1 func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1170
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
Description
Languages
Python
99.6%
Shell
0.4%