devstack/roles/write-devstack-local-conf/library
Ian Wienand e769348882 Quote devstack_localrc arguments
If you have

 devstack_localrc:
   ARGUMENT: "argument with spaces"

The quotes get lost during YAML processing and the resulting file has

  ARGUMENT=argument with spaces

which is a shell error.

Quote all arguments to avoid this sort of thing.

Change-Id: Ia63a53d745dfea7262bcdb5d46425f431c3ccfe5
2019-03-29 11:20:14 -07:00
..
devstack_local_conf.py Quote devstack_localrc arguments 2019-03-29 11:20:14 -07:00
test.py Quote devstack_localrc arguments 2019-03-29 11:20:14 -07:00