charm-interface-cinder-backup/README.md
alitvinov 8394e36181 add travis file
Change-Id: I6e14f2c6c13c35fc28c04745e7ec55c71f6ed4fe
2019-04-17 19:39:21 +03:00

631 B

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.