From 58e694e223138dde60fb82f1ca9ebbdbd665ba09 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Wed, 4 Feb 2015 12:45:50 +0100 Subject: [PATCH] Use the site-wide boto.cfg The boto.cfg in the TEMPEST_DIR is not read by any tool at the momement, including tempest and euca2ools. Adding the ssl setings to the site-wide config file. Change-Id: Ibeab5671ac81e5092da0ee7ec1ecf867f8555082 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 1ae945779d..e534e35fa3 100644 --- a/lib/tempest +++ b/lib/tempest @@ -65,7 +65,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196} BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}" -BOTO_CONF=$TEMPEST_DIR/boto.cfg +BOTO_CONF=/etc/boto.cfg # Cinder/Volume variables TEMPEST_VOLUME_DRIVER=${TEMPEST_VOLUME_DRIVER:-default}