~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
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
requires:
  shared-db:
    interface: mysql-shared
  pgsql-neutron-db:
    interface: pgsql
  amqp:
    interface: rabbitmq
  identity-service:
    interface: keystone