python-oneviewclient/requirements.txt
Thiago Paiva 814be3229b 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
2016-05-30 13:39:18 -03:00

9 lines
309 B
Plaintext

# 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.
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