neutron api odl #247
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 supports deployment with OpenStack Icehouse or better.
Configuration
- debug
- (boolean) Enable debug logging
- 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.
- ssl_ca
- (string) SSL CA to use to communicate with other OpenStack cloud components.
- use-internal-endpoints
- (boolean) Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.
- use-syslog
- (boolean) Setting this to True will allow supporting services to log to syslog.
- verbose
- (boolean) Enable verbose logging
- vlan-ranges
- (string) Space-delimited list of Neutron network-provider & vlan-id-ranges using the following format "<provider>:<start>:<end> ...".
- physnet1:1000:2000