Browse code

Merge "Use the site-wide boto.cfg"

Jenkins authored on 2015/02/12 01:14:42
Showing 1 changed files
... ...
@@ -65,7 +65,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
65 65
 
66 66
 
67 67
 BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"
68
-BOTO_CONF=$TEMPEST_DIR/boto.cfg
68
+BOTO_CONF=/etc/boto.cfg
69 69
 
70 70
 # Cinder/Volume variables
71 71
 TEMPEST_VOLUME_DRIVER=${TEMPEST_VOLUME_DRIVER:-default}