https://github.com/openstack/charm-interface-cinder-backup
Charm Interface - Cinder Backup. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-interface-cinder-backup
Last synced: 28 days ago
JSON representation
Charm Interface - Cinder Backup. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-interface-cinder-backup
- Owner: openstack
- Created: 2019-12-03T15:35:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T15:36:01.000Z (over 6 years ago)
- Last Synced: 2025-03-02T18:50:38.400Z (over 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-interface-cinder-backup
- Size: 10.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bugs.launchpad.net/openstack-charms/+filebug).
For development questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).