7f9597dc8e
Juju 2.0 provides support for network spaces, allowing charm authors to support direct binding of relations and extra-bindings onto underlying network spaces. Resync charm-helpers to pickup support in API endpoint resolution code and add API extra-bindings to the charm metadata. Change-Id: I178b93612d405b264f91a23900c65b68b8c6dee1
43 lines
974 B
YAML
43 lines
974 B
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.
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- misc
|
|
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
|
|
pgsql-db:
|
|
interface: pgsql
|
|
amqp:
|
|
interface: rabbitmq
|
|
optional: true
|
|
object-store:
|
|
interface: swift-proxy
|
|
identity-service:
|
|
interface: keystone
|
|
ceph:
|
|
interface: ceph-client
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: glance-ha
|