Go to file
Frode Nordahl 5cecf31a74 Merge pull request #3 from lolwww/master
Adding handling of joined/changed flags
2019-06-28 11:17:54 +02:00
2019-04-17 19:21:04 +03:00
2019-04-17 19:21:04 +03:00
2019-04-17 19:39:21 +03:00
2019-04-17 19:25:14 +03:00
2019-04-17 19:21:04 +03:00
2019-04-17 19:39:21 +03:00
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.

Description
Charm Interface - Cinder Backup
Readme 43 KiB
Languages
Python 100%