From 814be3229b2d0823e3d76dabc50e91fe48a31c54 Mon Sep 17 00:00:00 2001 From: Thiago Paiva Date: Mon, 30 May 2016 13:39:18 -0300 Subject: [PATCH] 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 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe5ab09..94eefd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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