configure_environment.py: quote environment name 09/12409/2
authorJosep Puigdemont <josep.puigdemont@enea.com>
Sun, 17 Apr 2016 09:22:27 +0000 (11:22 +0200)
committerJosep Puigdemont <josep.puigdemont@gmail.com>
Mon, 25 Apr 2016 21:18:17 +0000 (21:18 +0000)
commitc63d1ecfb4fd543e0bb449c5b18635dd5a50d3db
treeaa2d04c2d00b091a1ab93561ffd34374c6c81943
parent2b419db5c9325c6a87f1ea160c42235a1e8ec083
configure_environment.py: quote environment name

The Fuel environment name may contain spaces, putting the name in quote
marks prevents the second and subsequent words from being interpreted
as other parameters by the fuel command.

The name could contain double quotes too, so this doesn't solve all
problems, but arguably the most common case.

Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
deploy/cloud/configure_environment.py