Compare commits

...

2 Commits
8.0.0 ... 4.1.2

Author SHA1 Message Date
OpenStack Proposal Bot
c464316957 Updated from global requirements
Change-Id: Ice28e51dd56ce226bea58ef540661a53ada37282
2016-03-24 13:50:36 +00:00
Doug Hellmann
d88cccb457 Update .gitreview for stable/mitaka
Change-Id: I0f5c103b7b074ed19f5130f1e0a4c669f8d62262
2016-03-09 13:26:51 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/python-neutronclient.git
defaultbranch=stable/mitaka

View File

@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
cliff!=1.16.0,>=1.15.0 # Apache-2.0
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
iso8601>=0.1.9 # MIT
netaddr!=0.7.16,>=0.7.12 # BSD