Queens Series Release Notes¶
6.7.0¶
New Features¶
Add BGP VPN port association support to the CLI, which are introduced for BGP VPN interconnections by the
bgpvpn-routes-control
API extension.
CLI support for ‘Logging’ feature, which enable to collect packet logs for specified resource. Currently, only security-group can be logged.
CLI support for VXLAN VNI ID attribute in bgpvpn. An optional argument
--vni
is added toopenstack bgpvpn
commands to configure VXLAN Network Identifier when VXLAN encapsulation is used for the bgpvpn.
CLI support for the “VPN as a Service” feature, which is enhanced VPNaaS functionality, as OSC plugin commands.
Other Notes¶
Define a new exception type
IpAddressAlreadyAllocatedClient
. Users can catch this specific exception instead of the genericNeutronClientException
.
6.6.0¶
New Features¶
Add OSC plugin to support “Neutron Dynamic Routing”
Added support for SFC Service Graph resource. Related RFE: https://bugs.launchpad.net/networking-sfc/+bug/1587486.
Add OSC support to create Port pair group for Tap service functions.