Major Features

Ideally less than 10 bullets.

Target Environment

For Execution

For Development

Known Issues and Limitations

For more details


Changes Since Previous Releases

Bugs Fixed in this Release

Migration from Previous Releases

It's recommended to use OpenStack Newton release which is planned to be released on Oct, 2016. Although OpenStack Mitaka would work, various fixes have been committed since Mitaka release.

https://bugs.opendaylight.org/show_bug.cgi?id=4527 https://wiki.opendaylight.org/view/Weather#Bug_4527_Security_Groups_:_For_.22Other_Protocol.22_rule.2C_NeutronSecurityRule.getSecurityRuleProtocol.28.29_is_set_to_NULL With OpenStack Mitaka, only the small set of known protocol names are supported. With OpenStack Newton release, It's planned to support protocol number in addition to symbolic protocol name.

Yang model in Neutron Northbound was updated in incompatible manner to fix the inconsistency with openstack Neutron API/Data model. This affects ODL openstack service providers that listens to those yang models. The patches are found at https://git.opendaylight.org/gerrit/#/q/status:merged+project:neutron+branch:master+topic:yang-model-revise The details information can be followed from https://wiki.opendaylight.org/view/Weather#Neutron_Northbound:_neutron_yang_model_revise_and_I.2AAware.28AD-SAL.29_interface_removal

The fixes were provided to ODL projects. netvirt, gbp, nic and vpnservice(It turned out that vtn didn't need fix. lispflowmapping disabled openstack support for boron cycle.) Those fixes are mostly trivial for developers. like renaming variables, appending getValue() to fix build breakage.

The deprecated I*Aware AD-SAL interface was removed in Boron release. This affects ODL openstack service providers which used those interfaces. The code needs to be re-write so that it listens to the change on yang models of Neutron northbound and react on those data tree change notification. The details can be found at http://docs.opendaylight.org/en/stable-boron/developer-guide/neutron-service-developer-guide.html The patch to remove it can be found at https://git.opendaylight.org/gerrit/#/c/35505/

Compatibility with Previous Releases

Deprecated, End of Lifed, and/or Retired Features/APIs

No deprecated one. The following two End of Lifed(removed).