neutron api odl #0
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 configures the neutron-api service with the OpenDayLight SDN solution.
- Tags:
- openstack ›
Restrictions
This charm only supports deployment with OpenStack Icehouse or better.
Configuration
- overlay-network-type
- (string) Overlay network types to use, valid options include: . gre vxlan . Multiple types can be provided - field is space delimited.
- gre
- security-groups
- (boolean) Enable OpenDayLight managed security groups.
- vlan-ranges
- (string) Space-delimited list of Neutron network-provider & vlan-id-ranges using the following format "<provider>:<start>:<end> ...".
- physnet1:1000:2000