ff9136ae5a
- Add Zesty as a supported series to metadata.yaml. - Turn on Xenial-Ocata Amulet test definitions. - Sync charm helpers to get Juju 2.x amulet compatibility. - Keeping Zesty-Ocata Amulet test definitions turned off until the metadata.yaml changes propagate to the charm store. Change-Id: Idf45ef0e0587e6874e29145c7ce1109be7cc4e50
31 lines
636 B
YAML
31 lines
636 B
YAML
name: cinder-ceph
|
|
summary: Ceph integration for OpenStack Block Storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Cinder is the block storage service for the Openstack project.
|
|
.
|
|
This charm provides a Ceph storage backend for Cinder
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
series:
|
|
- xenial
|
|
- zesty
|
|
- trusty
|
|
- yakkety
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: cinder-backend
|
|
scope: container
|
|
ceph-access:
|
|
interface: cinder-ceph-key
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ceph:
|
|
interface: ceph-client
|