diff --git a/requirements.txt b/requirements.txt index 45c273d..253f75c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 python-heatclient>=0.8.0 +python-neutronclient<5.0.0,>=4.0.0,!=4.1.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 # REVISIT: After mitaka release add dependency on released version of python-neutronclient diff --git a/test-requirements.txt b/test-requirements.txt index 18a2abd..9536df2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,8 +3,6 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -# REVISIT: After mitaka release remove this dependency on python-neutronclient and add a dependency on release version inside requirements.txt --e git+https://git.openstack.org/openstack/python-neutronclient@stable/mitaka#egg=neutronclient cliff-tablib>=1.0 coverage>=3.6 # Apache-2.0 fixtures>=1.3.1 # Apache-2.0/BSD