a6de5f8d77
* sync charm-helpers to classic charms * change openstack-origin/source default to antelope * align testing with antelope * add new antelope bundles * add antelope bundles to tests.yaml * add antelope tests to osci.yaml and .zuul.yaml * update build-on and run-on bases Change-Id: Id93b0ee0999c7a23ef34e68646b03d910816c655
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
name: neutron-gateway
|
|
summary: OpenStack Networking - Neutron Gateway
|
|
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 central Neutron networking services as part
|
|
of a Neutron based OpenStack deployment
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
- kinetic
|
|
- lunar
|
|
extra-bindings:
|
|
data:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
quantum-network-service:
|
|
interface: quantum
|
|
requires:
|
|
amqp:
|
|
interface: rabbitmq
|
|
amqp-nova:
|
|
interface: rabbitmq
|
|
neutron-plugin-api:
|
|
interface: neutron-plugin-api
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: quantum-gateway-ha
|