~ionutbalutoiu/charms/trusty/neutron-api/next

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
name: neutron-api
maintainer: Liam Young <liam@canonical.com>
summary: "Openstack neutron api service."
description: |
  Openstack neutron api service.
categories:
  - openstack
provides:
  neutron-api:
    interface: neutron-api
  # neutron-plugin-api unused at present but will be used for passing config
  # to neutron plugin subordinates like GRE, VXLAN and VLAN ranges
  neutron-plugin-api:
    interface: neutron-plugin-api
requires:
  shared-db:
    interface: mysql-shared
  pgsql-db:
    interface: pgsql
  amqp:
    interface: rabbitmq
  identity-service:
    interface: keystone
  ha:
    interface: hacluster
    scope: container
peers:
  cluster:
    interface: neutron-api-ha