release neutron-lib 1.8.0

A number of changes have gone into neutron-lib since we released 1.7.0
and thus we'd like to get a new release out so that we can work to
consume these new changes.

Change-Id: I2207f231c3b4dc70949311af222f56210ca51d5f
This commit is contained in:
Boden R 2017-07-07 05:56:37 -06:00
parent 15847ed669
commit e8f155142d

View File

@ -62,3 +62,14 @@ releases:
hash: 0ee4f4a391bcb85583ba7a9c2035660abdab4154 hash: 0ee4f4a391bcb85583ba7a9c2035660abdab4154
highlights: | highlights: |
* Some constants have been introduced. * Some constants have been introduced.
- version: 1.8.0
projects:
- repo: openstack/neutron-lib
hash: 4e100d90c4e48b3a628c64d97278691809877424
highlights: |
* Some plugin constants have been introduced
* The ML2 ``driver_api`` is now available
* OVO exceptions are now available for use
* The deprecated N523 hacking check has been removed.
* The ``dns-integration`` extension is now in neutron-lib
* QoS ``DriverBase`` class is now available