8004acd6c7
- Adds docstrings - Removes prefix sf- from charm options - Charm options defaults to none
24 lines
537 B
YAML
24 lines
537 B
YAML
name: cinder-solidfire
|
|
summary: Solidfire 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 Solidfire backend for Cinder.
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
series:
|
|
- focal
|
|
- bionic
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: cinder-backend
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|