charm-neutron-api/metadata.yaml
Frode Nordahl d58ec757d5
Add neutron-load-balancer interface
The Neutron built-in LBaaS provider is deprecated as of
OpenStack version Queens and the service is to be replaced
by a separate service such as Octavia.

This interface serves the purpose of notifying a external
load balancer service of when the Neutron API is ready to
accept queries.

In a transition period it is also used by the ``neutron-api``
charm to determine whether it should configure Neutron with
the legacy LBaaS provider enabled or if it should enable
the ``lbaasv2-proxy`` driver to proxy load balancer requests
sent to the Neutron API to the external service.

Change-Id: Id9f7ffb3d363c7606d92af592b9803644046d865
2018-10-29 15:44:16 +01:00

62 lines
1.6 KiB
YAML

name: neutron-api
summary: OpenStack Networking API service
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
Neutron is a virtual network service for OpenStack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This charm provides the OpenStack Neutron API service.
tags:
- openstack
extra-bindings:
public:
admin:
internal:
series:
- xenial
- bionic
- cosmic
- trusty
provides:
nrpe-external-master:
interface: nrpe-external-master
scope: container
neutron-api:
interface: neutron-api
neutron-plugin-api:
interface: neutron-plugin-api
neutron-load-balancer:
interface: neutron-load-balancer
requires:
shared-db:
interface: mysql-shared
amqp:
interface: rabbitmq
identity-service:
interface: keystone
ha:
interface: hacluster
scope: container
vsd-rest-api:
interface: vsd-rest-api
neutron-plugin-api-subordinate:
interface: neutron-plugin-api-subordinate
scope: container
etcd-proxy:
interface: etcd-proxy
midonet:
interface: midonet
external-dns:
interface: designate
certificates:
interface: tls-certificates
peers:
cluster:
interface: neutron-api-ha