~gandelman-a/charms/precise/nova-compute/avoid_restarts

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
provides:
  cloud-compute:
    interface: nova-compute
requires:
  shared-db:
    interface: mysql-shared
  amqp:
    interface: rabbitmq
  image-service:
    interface: glance
  ceph:
    interface: ceph-client