a1a9b1cbfc
This optimizes the publication process to the charm store, and ensures that the charm code and version is consistent across all supported Ubuntu series. Change-Id: Ic7501e75e2f7a4ffe830ac6df5209ceaad21464e
29 lines
592 B
YAML
29 lines
592 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
|
|
- trusty
|
|
- precise
|
|
- yakkety
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: cinder-backend
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ceph:
|
|
interface: ceph-client
|