Hervé Beraud dc7b7713d7 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Note that https://github.com/openstack/charms.openstack is used during tests
and he need `mock`, unfortunatelly it doesn't declare `mock` in its
requirements so it retrieve mock from other charm project (cross dependency).
So we depend on charms.openstack first and when
Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
will pass without errors.

Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
Change-Id: Iab7c4a26d85c8a921a500165f99e0cdc23993940
2020-06-09 15:55:19 +02:00
2020-05-29 12:54:58 +01:00
2019-02-13 16:24:29 +00:00
2019-04-19 19:48:28 +00:00
2019-10-23 09:58:07 +08:00
2016-06-28 12:10:59 +01:00
2017-08-02 15:56:10 +01:00
2016-06-28 12:10:59 +01:00
2020-05-19 14:39:10 -05:00

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.

To use:

juju deploy cinder
juju deploy -n 3 ceph
juju deploy cinder-backup
juju add-relation cinder-backup cinder
juju add-relation cinder-backup ceph

Configuration

Description
Juju Charm - Cinder backup
Readme 2.6 MiB
Languages
Python 99.6%
Shell 0.4%