devstack/roles/write-devstack-local-conf
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
..
defaults Set the base set of services 2017-12-06 12:46:44 +00:00
library Quote devstack_localrc arguments 2019-03-29 11:20:14 -07:00
tasks zuul: new variable to easily populate TEMPEST_PLUGINS 2019-03-12 22:25:44 +01:00
README.rst zuul: new variable to easily populate TEMPEST_PLUGINS 2019-03-12 22:25:44 +01:00

Write the local.conf file for use by devstack

Role Variables