~gnuoy/charms/trusty/glance/1537769

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: glance
maintainer: Adam Gandelman <adamg@canonical.com>
summary: "OpenStack Image Registry and Delivery Service"
description: |
 The Glance project provides an image registration and discovery service
 (Parallax) and an image delivery service (Teller). 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.
provides:
  image-service:
    interface: glance
requires:
  shared-db:
    interface: mysql-shared
  object-store:
    interface: swift-proxy
  identity-service:
    interface: keystone
  ceph:
    interface: ceph-client
  ha:
    interface: hacluster
    scope: container
peers:
  cluster:
    interface: glance-ha