Charm Interface - Cinder Backup
41f6c94f09
Change-Id: I58995d162e67525b8c1a574ecf324013668ed49f |
||
---|---|---|
unit_tests | ||
.stestr.conf | ||
interface.yaml | ||
provides.py | ||
README.md | ||
test-requirements.txt | ||
tox.ini |
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