Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
update requirements for neutron-lib 1.18.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bodenr committed Jul 23, 2018
1 parent 7d9ebea commit 7a133ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lower-constraints.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit 7a133ae

Please sign in to comment.