We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcffea9 + e8aa5d5 commit bcc7e1aCopy full SHA for bcc7e1a
1 file changed
functions-common
@@ -76,9 +76,11 @@ function write_clouds_yaml {
76
# The location is a variable to allow for easier refactoring later to make it
77
# overridable. There is currently no usecase where doing so makes sense, so
78
# it's not currently configurable.
79
- CLOUDS_YAML=~/.config/openstack/clouds.yaml
80
81
- mkdir -p $(dirname $CLOUDS_YAML)
+ CLOUDS_YAML=/etc/openstack/clouds.yaml
+
82
+ sudo mkdir -p $(dirname $CLOUDS_YAML)
83
+ sudo chown -R $STACK_USER /etc/openstack
84
85
CA_CERT_ARG=''
86
if [ -f "$SSL_BUNDLE_FILE" ]; then
0 commit comments