776d8950ee
The charm store does not yet recognize this series, and errors when it exists, thereby preventing push/release of dev charms into the charm store. Revisit after the following is resolved: - https://github.com/juju/charmstore/issues/695 Change-Id: I5985113b95f28f61555e22a9c522afd6bce23591
39 lines
1.2 KiB
YAML
39 lines
1.2 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
|
|
- trusty
|
|
- yakkety
|
|
extra-bindings:
|
|
data:
|
|
provides:
|
|
neutron-plugin:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
neutron-control:
|
|
interface: service-control
|
|
requires:
|
|
amqp:
|
|
interface: rabbitmq
|
|
neutron-plugin-api:
|
|
interface: neutron-plugin-api
|
|
zeromq-configuration:
|
|
interface: zeromq-configuration
|
|
scope: container
|