~mmenkhof/charms/trusty/nova-cloud-controller/trunk

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: nova-cloud-controller
maintainer: Adam Gandelman <adamg@canonical.com>
summary: "Openstack nova controller node."
description: |
  Cloud controller node for Openstack nova.  Contains nova-schedule,
  nova-api, nova-network and nova-objectstore.
categories:
  - openstack
provides:
  cloud-controller:
    interface: nova
requires:
  shared-db:
    interface: mysql-shared
  pgsql-nova-db:
    interface: pgsql
  pgsql-neutron-db:
    interface: pgsql
  amqp:
    interface: rabbitmq
  image-service:
    interface: glance
  identity-service:
    interface: keystone
  cloud-compute:
    interface: nova-compute
  cinder-volume-service:
    interface: cinder
  nova-volume-service:
    interface: nova-volume
  quantum-network-service:
    interface: quantum
  ha:
    interface: hacluster
    scope: container
  nova-vmware:
    interface: nova-vmware
    scope: container
peers:
  cluster:
    interface: nova-ha