dd1b4d78fa
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. Update unit-test to deal with Py3.11 which is run on Debian Buster and doesn't have /etc/lsb/release file (incorrect mocking issue). Change-Id: Icddaf9f7b091a09ef4627384cd349e43b34b1325
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
name: neutron-openvswitch
|
|
subordinate: true
|
|
summary: OpenStack Networking - Open vSwitch Agent
|
|
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 Open vSwitch agent, managing
|
|
L2 connectivity on nova-compute services.
|
|
docs: https://discourse.charmhub.io/t/neutron-openvswitch-docs-index/11001
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- jammy
|
|
extra-bindings:
|
|
data:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
neutron-plugin:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
neutron-control:
|
|
interface: service-control
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
amqp:
|
|
interface: rabbitmq
|
|
neutron-plugin-api:
|
|
interface: neutron-plugin-api
|