summaryrefslogtreecommitdiffstats
path: root/deploy/cloud/configure_environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/cloud/configure_environment.py')
-rw-r--r--deploy/cloud/configure_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/configure_environment.py b/deploy/cloud/configure_environment.py
index 1914d7e3e..0fbf225c6 100644
--- a/deploy/cloud/configure_environment.py
+++ b/deploy/cloud/configure_environment.py
@@ -49,7 +49,7 @@ class ConfigureEnvironment(object):
env_net_segment_type = self.dea.get_env_net_segment_type()
log('Creating environment %s release %s net-segment-type %s'
% (env_name, self.release_id, env_net_segment_type))
- exec_cmd('fuel env create --name %s --release %s --net-segment-type %s'
+ exec_cmd('fuel env create --name "%s" --release %s --net-segment-type %s'
% (env_name, self.release_id, env_net_segment_type))
if not self.env_exists(env_name):