Browse code

remove clouds.yaml files when running clean.sh

There have been a few reported errors of folks running into
issues with old clouds.yaml files that linger around. Remove
these if the user runs clean.sh.

1. http://lists.openstack.org/pipermail/openstack-dev/2016-January/084283.html
2. https://ask.openstack.org/en/question/84825/glance-upload_image-fails-in-latest-devstack/
3. https://ask.openstack.org/en/question/86071/devstack-installation-failure/

Change-Id: I618ea8e27b49af360c905df85af06d9b1eef8407

Steve Martinelli authored on 2016/01/18 15:20:53
Showing 1 changed files
... ...
@@ -137,6 +137,7 @@ FILES_TO_CLEAN=".localrc.auto .localrc.password "
137 137
 FILES_TO_CLEAN+="docs/files docs/html shocco/ "
138 138
 FILES_TO_CLEAN+="stack-screenrc test*.conf* test.ini* "
139 139
 FILES_TO_CLEAN+=".stackenv .prereqs"
140
+FILES_TO_CLEAN+="/etc/openstack/ ~/.config/openstack"
140 141
 
141 142
 for file in $FILES_TO_CLEAN; do
142 143
     rm -rf $TOP_DIR/$file