From 679d6d8a864b181ff11b0e1c7407f74a8cfc95e2 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 3 Mar 2016 15:12:32 +0000 Subject: [PATCH] Initial commit for bindep requirements Change-Id: Ie3a7f54c18265ceddb94465705cf9fc2f7e0258e --- other-requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 00000000..11dcac97 --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,11 @@ +# This file facilitates OpenStack-CI package installation +# before the execution of any tests. +# +# See the following for details: +# - http://docs.openstack.org/infra/bindep/ +# - https://github.com/openstack-infra/bindep +# +# Even if the role does not make use of this facility, it +# is better to have this file empty, otherwise OpenStack-CI +# will fall back to installing its default packages which +# will potentially be detrimental to the tests executed.