Charm Interface - Cinder Backup
Go to file
alitvinov 41f6c94f09 add unit tests
Change-Id: I58995d162e67525b8c1a574ecf324013668ed49f
2019-04-17 19:21:04 +03:00
unit_tests add unit tests 2019-04-17 19:21:04 +03:00
.stestr.conf add unit tests 2019-04-17 19:21:04 +03:00
interface.yaml add unit tests 2019-04-17 19:21:04 +03:00
provides.py add unit tests 2019-04-17 19:21:04 +03:00
README.md add unit tests 2019-04-17 19:21:04 +03:00
test-requirements.txt add unit tests 2019-04-17 19:21:04 +03:00
tox.ini add unit tests 2019-04-17 19:21:04 +03:00

Overview

Basic interface for sending Cinder-Backup external subordinate backend configuration.

Metadata

To consume this interface in your charm or layer, add the following to layer.yaml:

includes: ['interface:cinder-backup']

and add a provides interface of type backup-backend to your charm or layers metadata.yaml:

provides:
  backup-backend:
    interface: cinder-backup
    scope: container