~cordteam/charms/trusty/neutron-api/trunk

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Andy Bavier
  • Date: 2017-07-27 20:41:03 UTC
  • Revision ID: andybavier@gmail.com-20170727204103-xfqoatmgv9cprulz
Make ONOS ML2 repo and branch configurable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: neutron-api
2
 
summary: OpenStack Networking API service
3
 
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
4
 
description: |
 
1
"name": "neutron-api"
 
2
"summary": "OpenStack Networking API service"
 
3
"maintainer": "OpenStack Charmers <openstack-charmers@lists.ubuntu.com>"
 
4
"description": |
5
5
  Neutron is a virtual network service for OpenStack, and a part of
6
6
  Netstack. Just like OpenStack Nova provides an API to dynamically
7
7
  request and configure virtual servers, Neutron provides an API to
12
12
  etc.)
13
13
  .
14
14
  This charm provides the OpenStack Neutron API service.
15
 
tags:
16
 
  - openstack
17
 
provides:
18
 
  nrpe-external-master:
19
 
    interface: nrpe-external-master
20
 
    scope: container
21
 
  neutron-api:
22
 
    interface: neutron-api
23
 
  neutron-plugin-api:
24
 
    interface: neutron-plugin-api
25
 
requires:
26
 
  shared-db:
27
 
    interface: mysql-shared
28
 
  pgsql-db:
29
 
    interface: pgsql
30
 
  amqp:
31
 
    interface: rabbitmq
32
 
  identity-service:
33
 
    interface: keystone
34
 
  ha:
35
 
    interface: hacluster
36
 
    scope: container
37
 
  vsd-rest-api:
38
 
    interface: vsd-rest-api
39
 
  zeromq-configuration:
40
 
    interface: zeromq-configuration
41
 
    scope: container
42
 
  neutron-plugin-api-subordinate:
43
 
    interface: neutron-plugin-api-subordinate
44
 
    scope: container
45
 
  etcd-proxy:
46
 
    interface: etcd-proxy
47
 
peers:
48
 
  cluster:
49
 
    interface: neutron-api-ha
 
15
"tags":
 
16
- "openstack"
 
17
"requires":
 
18
  "shared-db":
 
19
    "interface": "mysql-shared"
 
20
  "pgsql-db":
 
21
    "interface": "pgsql"
 
22
  "amqp":
 
23
    "interface": "rabbitmq"
 
24
  "identity-service":
 
25
    "interface": "keystone"
 
26
  "ha":
 
27
    "interface": "hacluster"
 
28
    "scope": "container"
 
29
  "vsd-rest-api":
 
30
    "interface": "vsd-rest-api"
 
31
  "zeromq-configuration":
 
32
    "interface": "zeromq-configuration"
 
33
    "scope": "container"
 
34
  "neutron-plugin-api-subordinate":
 
35
    "interface": "neutron-plugin-api-subordinate"
 
36
    "scope": "container"
 
37
  "etcd-proxy":
 
38
    "interface": "etcd-proxy"
 
39
"provides":
 
40
  "nrpe-external-master":
 
41
    "interface": "nrpe-external-master"
 
42
    "scope": "container"
 
43
  "neutron-api":
 
44
    "interface": "neutron-api"
 
45
  "neutron-plugin-api":
 
46
    "interface": "neutron-plugin-api"
 
47
"peers":
 
48
  "cluster":
 
49
    "interface": "neutron-api-ha"