Commit Graph

2 Commits

Author SHA1 Message Date
Paul Belanger 1d1636db02 Work around 2.2.1.0 regression
There appears to be an issue with upstream ansible, see:

  https://github.com/ansible/ansible/issues/20392

The following is just a workaround, until upstream fixes our issue.

Add bindep.txt to address gate issue around compiling ansible.

Change-Id: Icc09164743da0d537c369040510998869486f3b3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-01-22 13:32:51 -05:00
Andreas Jaeger 92a0d2f6e3 Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I720f7ed0fc628e393eb9c410752b87017effb5ee
2016-08-12 20:51:56 +02:00