update requirements for neutron-lib 1.18.0

Neutron-lib 1.18.0 is our Rocky RC and is already being used by neutron
[1]. This patch updates the neutron-lib required version to match
neutron [1] in prep for the Rocky release.

[1] https://review.openstack.org/#/c/583671/

Change-Id: Ied1f59a4027fc0df29ede6243620eb876b3ae75f
This commit is contained in:
Boden R 2018-07-23 07:22:39 -06:00
parent 28d30b2bb0
commit d625886898
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18
netifaces==0.10.4
neutron-lib==1.17.0
neutron-lib==1.18.0
neutron==13.0.0.0b1
openstackdocstheme==1.18.1
openstacksdk==0.11.2

View File

@ -8,7 +8,7 @@ netaddr>=0.7.18 # BSD
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
six>=1.10.0 # MIT
neutron-lib>=1.17.0 # Apache-2.0
neutron-lib>=1.18.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.db>=4.27.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0