~hopem/charms/trusty/glance/fix-apachessl-port-selection

1 by Adam Gandelman
initial commit
1
name: glance
12.2.1 by Adam Gandelman
Add myself as maintainer.
2
maintainer: Adam Gandelman <adamg@canonical.com>
1 by Adam Gandelman
initial commit
3
summary: "OpenStack Image Registry and Delivery Service"
4
description: |
5
 The Glance project provides an image registration and discovery service
6
 (Parallax) and an image delivery service (Teller). These services are used
7
 in conjunction by Nova to deliver images from object stores, such as
8
 OpenStack's Swift service, to Nova's compute nodes.
29.2.191 by James Page
Misc fixes
9
categories:
10
  - miscellaneous
1 by Adam Gandelman
initial commit
11
provides:
12
  image-service:
13
    interface: glance
14
requires:
15
  shared-db:
4 by Adam Gandelman
metadata: Update mysql interface
16
    interface: mysql-shared
43.7.1 by yolanda.robla at canonical
adding postgresql support
17
  pgsql-db:
18
    interface: pgsql
37.2.1 by James Page
Add support for rabbitmq use for ceilometer notifications
19
  amqp:
20
    interface: rabbitmq
6 by Adam Gandelman
Add object-store relation for relating to swift
21
  object-store:
24.2.3 by Adam Gandelman
metadata.yaml: Update object-store interface to match new scheme.
22
    interface: swift-proxy
12.1.1 by Adam Gandelman
new hooks: identity-service-relation-{joined, changed} to support relations with a Keystone service
23
  identity-service:
24
    interface: keystone
20.2.3 by James Page
Minor refactoring of hook ceph-store -> ceph
25
  ceph:
20.2.1 by James Page
Added ceph storage support
26
    interface: ceph-client
29.2.1 by James Page
Initial updates for HA
27
  ha:
28
    interface: hacluster
29
    scope: container
30
peers:
31
  cluster:
32
    interface: glance-ha