charm-neutron-openvswitch/metadata.yaml
James Page 6ee724fc4b Add Juju Network Space support
Juju 2.0 provides support for network spaces, allowing
charm authors to support direct binding of relations and
extra-bindings onto underlying network spaces.

Resync charm-helpers to pickup support for new hookenv
tools and add data extra-binding to the charm metadata.

This allows the local endpoint IP for overlay tunnels to
be configured using network spaces.

Any existing configuration of os-data-network is preferred
over the new binding support if already set.

Change-Id: I0e2e3f51106b6c6483f22ce4abd04bcb098b484e
2016-03-31 12:18:51 +01:00

34 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
extra-bindings:
data:
provides:
neutron-plugin:
interface: neutron-plugin
scope: container
requires:
amqp:
interface: rabbitmq
neutron-plugin-api:
interface: neutron-plugin-api
zeromq-configuration:
interface: zeromq-configuration
scope: container