Release neutron-lib 1.1.0 (ocata)

Change-Id: Icc52c471f464555c56492acd47f6b3e3966abc40
This commit is contained in:
Dariusz Smigiel 2017-01-03 16:50:44 +00:00 committed by Armando Migliaccio
parent ca67a58d70
commit 903703f05d

View File

@ -19,3 +19,17 @@ releases:
* Deprecated method ensure_dir
* Enhanced valid_values to use __contains__
* Rehomed populate_project_info() from neutron
- version: 1.1.0
projects:
- repo: openstack/neutron-lib
hash: 9b3ea8f29f8ddb27575b79a77183d1ac2224ff01
highlights: |
* Added multiple changes for API-Ref (FWaaS v2)
* Rehomed agent extension abstract classes from neutron
* Rehomed get_random_mac to neutron_lib.utils.net from neutron
* Rehomed ServicePluginBase
* Rehomed a number of API definitions
* The constants EXPAND_BRANCH and CONTRACT_BRANCH are now available in neutron_lib.db.constants.
* A converter convert_ip_to_canonical_format has been added to neutron-lib which allows IPv6 addresses to be stored and displayed in canonical format.
* OpenStack dev hacking check H904 is now enabled in tox.ini via the enable-extensions configuration property. Neutron-lib adopters should also enable this hacking check in their tox.ini.
* Made neutron context available in neutron-lib