Cap requirements for juno

Cap python-heatclient version range to its pre-kilo series. Use
pre-kilo release series (prior to removal of openstack.common) for
python-neutronclient rather than specific git commit. Also cap these
libraries' uncapped dependencies.

Change-Id: Id68a6e10c546863eddf73638afdb4ab5c07912de
This commit is contained in:
Robert Kukura
2015-08-04 13:11:11 -04:00
parent 80d73baae2
commit 5cfd57f84d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
python-heatclient>=0.2.9
oslo.serialization>=1.2.0,<1.5 # uncapped by python-heatclient-0.3.0
oslo.i18n>=1.3.0,<1.6 # uncapped by python-heatclient-0.3.0
python-heatclient>=0.2.9,<0.4

View File

@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git://github.com/openstack/python-neutronclient.git@f8e2e42835e6f3bc0ab321d3a7c25e0109ff5e0a#egg=python-neutronclient
python-neutronclient>=2.3.0,<2.3.10
hacking>=0.8.0,<0.9
cliff-tablib>=1.0