e65eaf3151
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: If2944411e04d21448f518b701f74a35ae39cd20e
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
name: glance
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
summary: OpenStack Image Registry and Delivery Service
|
|
description: |
|
|
The Glance project provides an image registration and discovery service
|
|
and an image delivery service. These services are used in conjunction
|
|
by Nova to deliver images from object stores, such as OpenStack's Swift
|
|
service, to Nova's compute nodes.
|
|
docs: https://discourse.charmhub.io/t/glance-docs-index/10553
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- misc
|
|
series:
|
|
- jammy
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
image-service:
|
|
interface: glance
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
optional: true
|
|
object-store:
|
|
interface: swift-proxy
|
|
identity-service:
|
|
interface: keystone
|
|
ceph:
|
|
interface: ceph-client
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
cinder-volume-service:
|
|
interface: cinder
|
|
storage-backend:
|
|
interface: glance-backend
|
|
scope: container
|
|
certificates:
|
|
interface: tls-certificates
|
|
peers:
|
|
cluster:
|
|
interface: glance-ha
|
|
resources:
|
|
policyd-override:
|
|
type: file
|
|
filename: policyd-override.zip
|
|
description: The policy.d overrides file
|