~gnuoy/charms/trusty/nova-compute/1453940-stable

1 by Adam Gandelman
initial commit
1
name: nova-compute
2
summary: "OpenStack compute"
36 by Adam Gandelman
Add myself as maintainer.
3
maintainer: Adam Gandelman <adamg@canonical.com>
1 by Adam Gandelman
initial commit
4
description: |
5
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
6
 addition to its "native" API (the OpenStack API), it also supports the Amazon
7
 EC2 API.
46.1.12 by Adam Gandelman
Finish up: new templates, ssh key creation, Makefile.
8
categories:
51.1.1 by James Page
Add new locally scoped relation and context updates for nova-ceilometer
9
  - openstack
1 by Adam Gandelman
initial commit
10
provides:
11
  cloud-compute:
12
    interface: nova-compute
76 by james.page at ubuntu
nrpe-external-master -> provides to avoid relation ambiguity
13
  nrpe-external-master:
14
    interface: nrpe-external-master
15
    scope: container
1 by Adam Gandelman
initial commit
16
requires:
17
  shared-db:
4 by Adam Gandelman
Update mysql interface
18
    interface: mysql-shared
51.5.1 by yolanda.robla at canonical
changes to support postgresql
19
  pgsql-db:
20
    interface: pgsql
1 by Adam Gandelman
initial commit
21
  amqp:
22
    interface: rabbitmq
23
  image-service:
24
    interface: glance
36.2.1 by James Page
Added support for ceph backed volumes
25
  ceph:
26
    interface: ceph-client
51.1.1 by James Page
Add new locally scoped relation and context updates for nova-ceilometer
27
  nova-ceilometer:
28
    interface: nova-ceilometer
29
    scope: container
60.4.1 by Liam Young
start adding ovs plugin subordinate support
30
  neutron-plugin:
31
    interface: neutron-plugin
32
    scope: container
79.3.1 by Liam Young
Added 0mq support
33
  zeromq-configuration:
34
    interface: zeromq-configuration
35
    scope: container
120 by james.page at ubuntu
[trivial] Restore dropped peer relation
36
peers:
37
  compute-peer:
38
    interface: nova