0542505843
This change allows nova-compute nodes to also run Neutron DHCP and Metadata agents, allowing deploying without the neutron-gateway charm in VLAN and flat networking configurations. Only useful if l3 routing, vpnaas, fwaas and lbaas services are not required.
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
name: neutron-openvswitch
|
|
subordinate: true
|
|
maintainer: Liam Young <liam.young@canonical.com>
|
|
summary: "OpenStack Neutron OpenvSwitch Agent"
|
|
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 OpenvSwitch agent, managing
|
|
L2 connectivity on nova-compute services.
|
|
tags:
|
|
- openstack
|
|
provides:
|
|
neutron-plugin:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
requires:
|
|
amqp:
|
|
interface: rabbitmq
|
|
container:
|
|
interface: juju-info
|
|
scope: container
|
|
neutron-plugin-api:
|
|
interface: neutron-plugin-api
|
|
zeromq-configuration:
|
|
interface: zeromq-configuration
|
|
scope: container
|
|
|