Updating requirements by hand

In recent run of devstack, I found that python-oneviewclient was installing a
version of pbr that wasn't the most up to date version used by openstack
services. In consequence of that, services restarted after the build of devstack
were failing. To solve that, a couple of commits were proposed on
openstack-infra/project-config and openstack/requirements so as the "Openstack
Proposal Bot" proposes changes in python-oneviewclient when the
global-requirements changes. But until the patches are approved,
I'm proposing this patch on emergency basis to update the requirements file and
keep the integration Ironic/OneView working.

Change-Id: I2a034117ad902774a613bc3c8088ac72413242e9
This commit is contained in:
Thiago Paiva 2016-05-30 13:39:18 -03:00
parent c8dd37d0a7
commit 814be3229b

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>=0.6,!=0.7,<1.0
Babel>=1.3
retrying>=1.2.3
six>=1.9.0
pbr>=1.6 # Apache-2.0
Babel>=2.3.4 # BSD
retrying>=1.2.3,!=1.3.0 # Apache-2.0
six>=1.9.0 # MIT