b7b592027b
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: Ie2a7ce040717a604af8193b72e1b0e56fafc83ac
26 lines
557 B
YAML
26 lines
557 B
YAML
name: cinder-backup
|
|
summary: Cinder-backup integration for OpenStack Block Storage
|
|
maintainer: Edward Hope-Morley <opentastic@gmail.com>
|
|
description: |
|
|
Cinder is the block storage service for the Openstack project.
|
|
.
|
|
This subordinate charm configures the Cinder backup service.
|
|
tags:
|
|
- miscellaneous
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- cosmic
|
|
- trusty
|
|
subordinate: true
|
|
provides:
|
|
backup-backend:
|
|
interface: cinder-backup
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ceph:
|
|
interface: ceph-client
|