Charm Interface - Cinder Backup
Go to file
2019-11-29 17:18:49 +01: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
.travis.yml add travis file 2019-04-17 19:39:21 +03:00
interface.yaml add unit tests 2019-04-17 19:21:04 +03:00
provides.py Adding handling joined/changed flags 2019-06-27 21:45:54 +03:00
README.md add travis file 2019-04-17 19:39:21 +03:00
test-requirements.txt Replace ostestr with stestr 2019-06-21 15:47:26 +03:00
tox.ini Replace ostestr with stestr 2019-06-21 15:47:26 +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

Bugs

Please report bugs on Launchpad.

For development questions please refer to the OpenStack Charm Guide.