~1chb1n/charms/trusty/nova-compute/next-amulet-lp1440953

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
name: nova-compute
summary: "OpenStack compute"
maintainer: Adam Gandelman <adamg@canonical.com>
description: |
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
 addition to its "native" API (the OpenStack API), it also supports the Amazon
 EC2 API.
categories:
  - openstack
provides:
  cloud-compute:
    interface: nova-compute
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
requires:
  shared-db:
    interface: mysql-shared
  pgsql-db:
    interface: pgsql
  amqp:
    interface: rabbitmq
  image-service:
    interface: glance
  ceph:
    interface: ceph-client
  nova-ceilometer:
    interface: nova-ceilometer
    scope: container
  neutron-plugin:
    interface: neutron-plugin
    scope: container
peers:
  compute-peer:
    interface: nova