summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2013-02-28 10:40:04 +1300
committerSteve Baker <sbaker@redhat.com>2013-02-28 14:02:17 +1300
commit4dc88ac6abad1876381d30609c88d17daff1cccf (patch)
tree4bf0acf0aabb994538b085b3b95df8ec14120059 /bin
parent535ac664a518529a2be7ca21500f8145f25cebad (diff)
downloadheat-cfntools-4dc88ac6abad1876381d30609c88d17daff1cccf.tar.gz
Look for heat data files in /var/lib/heat-cfntools
The /var/lib/heat-cfntools directory should be owned by the heat-cfntools package for whichever distro it is included. This avoids the problem of heat writing to directories owned by cloud-init. This is the guest-side change which corresponds to this review https://review.openstack.org/#/c/23052/ Fixes: Bug #1105806
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cfn-push-stats2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cfn-push-stats b/bin/cfn-push-stats
index 6fe085f..9ad250f 100755
--- a/bin/cfn-push-stats
+++ b/bin/cfn-push-stats
@@ -24,7 +24,7 @@ import sys
# Override BOTO_CONFIG, which makes boto look only at the specified
# config file, instead of the default locations
-os.environ['BOTO_CONFIG'] = '/var/lib/cloud/data/cfn-boto-cfg'
+os.environ['BOTO_CONFIG'] = '/var/lib/heat-cfntools/cfn-boto-cfg'
from boto.ec2.cloudwatch import CloudWatchConnection