Updated from global requirements

Change-Id: I9c9ba7fe72a91b1d301c2ec3c54c935f8ed17685
This commit is contained in:
OpenStack Proposal Bot 2017-03-16 18:11:23 +00:00
parent abbd007ed4
commit 760f3e4d39
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ python-muranoclient>=0.8.2 # Apache-2.0
python-novaclient>=7.1.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-ceilometerclient>=2.5.0 # Apache-2.0
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
python-cinderclient>=2.0.1 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
python-ironicclient>=1.11.0 # Apache-2.0
alembic>=0.8.10 # MIT
@ -30,7 +30,7 @@ oslo.concurrency>=3.8.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.db>=4.15.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.messaging>=5.19.0 # Apache-2.0
oslo.policy>=1.17.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0

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.
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD