46faae4ff8
Support for the ZeroMQ messaging driver has bit-rotted over the last few years across the OpenStack charms; drop support for ZMQ inline with deprecation notices issued in 17.02 charm release. Change-Id: I3a4f4bc84327ee2e269d3ebd93d102494102b05e
40 lines
1.1 KiB
YAML
40 lines
1.1 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.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- artful
|
|
- trusty
|
|
extra-bindings:
|
|
data:
|
|
provides:
|
|
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
|