~celebdor/charms/trusty/midonet-api/trunk

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
name: midonet-api
summary: charm for the MidoNet API service
maintainer: Midokura
description: |
  The MidoNet API service provides the integration point between external
  network configuration (typically Neutron) and the internal MidoNet
  configuration. In order to provide this service, it needs access to an Apache
  quorum and an OpenStack Keystone authentication service.
tags:
  - midonet
  - network
subordinate: false
provides:
  midonet-api:
    interface: midonet
requires:
  zookeeper:
    interface: zookeeper
  keystone:
    interface: keystone
  host:
    interface: midonet-host
  manager:
    interface: mem-manager
  ha:
    interface: hacluster
    scope: container