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: I128727d39decd8215059798aace788ff5b1ecf0e
This commit is contained in:
Boden R 2018-07-23 07:08:23 -06:00
parent 7d9ebea601
commit 7a133aed02
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ msgpack==0.5.6
munch==2.2.0
netaddr==0.7.18
netifaces==0.10.6
neutron-lib==1.14.0
neutron-lib==1.18.0
neutron==13.0.0.0b1
openstackdocstheme==1.18.1
openstacksdk==0.13.0

View File

@ -12,7 +12,7 @@ pyzmq>=14.3.1 # LGPL+BSD
ryu>=4.24 # Apache-2.0
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
neutron-lib>=1.14.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.i18n>=3.15.3 # Apache-2.0