| ... | ... |
@@ -106,6 +106,9 @@ function write_clouds_yaml {
|
| 106 | 106 |
--os-username admin \ |
| 107 | 107 |
--os-password $ADMIN_PASSWORD \ |
| 108 | 108 |
--os-project-name admin |
| 109 |
+ |
|
| 110 |
+ # CLean up any old clouds.yaml files we had laying around |
|
| 111 |
+ rm -f ~$STACK_USER/.config/openstack/clouds.yaml |
|
| 109 | 112 |
} |
| 110 | 113 |
|
| 111 | 114 |
# trueorfalse <True|False> <VAR> |