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

1 by Liam Young
Principle for Neutron API
1
name: neutron-api
2
maintainer: Liam Young <liam@canonical.com>
32 by James Page
[trivial] Tidy summary and description in metadata.yaml
3
summary: "OpenStack Neutron API service"
1 by Liam Young
Principle for Neutron API
4
description: |
32 by James Page
[trivial] Tidy summary and description in metadata.yaml
5
  Neutron is a virtual network service for OpenStack, and a part of
6
  Netstack. Just like OpenStack Nova provides an API to dynamically
7
  request and configure virtual servers, Neutron provides an API to
8
  dynamically request and configure virtual networks. These networks
9
  connect "interfaces" from other OpenStack services (e.g., virtual NICs
10
  from Nova VMs). The Neutron API supports extensions to provide
11
  advanced network capabilities (e.g., QoS, ACLs, network monitoring,
12
  etc.)
13
  .
14
  This charm provides the OpenStack Neutron API service.
112.1.2 by Ryan Beisner
update metadata re: deprecation warning
15
tags:
1 by Liam Young
Principle for Neutron API
16
  - openstack
17
provides:
62.1.1 by root
[bradm] initial nrpe checks
18
  nrpe-external-master:
19
    interface: nrpe-external-master
20
    scope: container
1 by Liam Young
Principle for Neutron API
21
  neutron-api:
22
    interface: neutron-api
9 by Liam Young
Add neutron-plugin-api relation for future use
23
  neutron-plugin-api:
24
    interface: neutron-plugin-api
1 by Liam Young
Principle for Neutron API
25
requires:
26
  shared-db:
27
    interface: mysql-shared
14 by Liam Young
Remove implicit neutron prefix from pgsql relation
28
  pgsql-db:
1 by Liam Young
Principle for Neutron API
29
    interface: pgsql
30
  amqp:
31
    interface: rabbitmq
32
  identity-service:
33
    interface: keystone
10 by Liam Young
Add ha support
34
  ha:
35
    interface: hacluster
36
    scope: container
39.6.1 by Liam Young
Add 0mq support
37
  zeromq-configuration:
38
    interface: zeromq-configuration
39
    scope: container
118.2.4 by Liam Young
Update relation name
40
  neutron-plugin-api-subordinate:
41
    interface: neutron-plugin-api-subordinate
118.2.1 by Liam Young
Support a neutron api sdn plugin
42
    scope: container
39.8.1 by Cory Benfield
Add support for Canonical etcd charm
43
  etcd-proxy:
44
    interface: etcd-proxy
10 by Liam Young
Add ha support
45
peers:
46
  cluster:
47
    interface: neutron-api-ha