cc421e9719
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I121370811bec483cb026559cbd4b759d54f10c23
42 lines
1.2 KiB
YAML
42 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
|
|
docs: https://discourse.charmhub.io/t/neutron-gateway-docs-index/11000
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
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
|