~louis/+junk/nova-compute

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
13
requires:
14
  shared-db:
4 by Adam Gandelman
Update mysql interface
15
    interface: mysql-shared
1 by Adam Gandelman
initial commit
16
  amqp:
17
    interface: rabbitmq
18
  image-service:
19
    interface: glance
36.2.1 by James Page
Added support for ceph backed volumes
20
  ceph:
21
    interface: ceph-client
45.1.1 by Adam Gandelman
metadata.yaml: Move nrpe-external-master interface from provides to requires.
22
  nrpe-external-master:
23
    interface: nrpe-external-master
24
    scope: container
51.1.1 by James Page
Add new locally scoped relation and context updates for nova-ceilometer
25
  nova-ceilometer:
26
    interface: nova-ceilometer
27
    scope: container
40.1.5 by Adam Gandelman
SSH-based migration support: key init. and exchange via peer relations.
28
peers:
29
  compute-peer:
30
    interface: nova