2014-06-05 10:59:23 +00:00
|
|
|
name: neutron-openvswitch
|
|
|
|
subordinate: true
|
2015-11-18 10:41:05 +00:00
|
|
|
summary: OpenStack Networking - Open vSwitch Agent
|
|
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
2014-06-05 10:59:23 +00:00
|
|
|
description: |
|
2014-06-24 11:19:07 +00:00
|
|
|
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.)
|
|
|
|
.
|
2015-11-18 10:41:05 +00:00
|
|
|
This charm provides the OpenStack Neutron Open vSwitch agent, managing
|
2014-06-24 11:19:07 +00:00
|
|
|
L2 connectivity on nova-compute services.
|
2015-09-15 07:47:30 +00:00
|
|
|
tags:
|
2020-06-02 13:22:19 +00:00
|
|
|
- openstack
|
2016-09-14 08:35:11 +00:00
|
|
|
series:
|
2020-06-02 13:22:19 +00:00
|
|
|
- xenial
|
|
|
|
- bionic
|
|
|
|
- focal
|
|
|
|
- groovy
|
2021-03-02 20:50:26 +00:00
|
|
|
- hirsute
|
2021-06-03 09:21:03 +00:00
|
|
|
- impish
|
2016-03-31 11:14:49 +00:00
|
|
|
extra-bindings:
|
|
|
|
data:
|
2014-06-05 10:59:23 +00:00
|
|
|
provides:
|
|
|
|
neutron-plugin:
|
|
|
|
interface: neutron-plugin
|
|
|
|
scope: container
|
2016-08-31 07:45:28 +00:00
|
|
|
neutron-control:
|
|
|
|
interface: service-control
|
2014-06-05 10:59:23 +00:00
|
|
|
requires:
|
2017-12-15 17:15:24 +00:00
|
|
|
juju-info:
|
|
|
|
interface: juju-info
|
|
|
|
scope: container
|
2014-06-11 09:44:51 +00:00
|
|
|
amqp:
|
|
|
|
interface: rabbitmq
|
2014-06-17 15:14:17 +00:00
|
|
|
neutron-plugin-api:
|
|
|
|
interface: neutron-plugin-api
|