summaryrefslogtreecommitdiffstats
path: root/apex/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'apex/deploy.py')
-rw-r--r--apex/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/deploy.py b/apex/deploy.py
index 9ebc3f62..28416eec 100644
--- a/apex/deploy.py
+++ b/apex/deploy.py
@@ -404,6 +404,7 @@ def main():
deploy_vars['congress'] = True
else:
deploy_vars['congress'] = False
+ deploy_vars['calipso'] = ds_opts.get('calipso', False)
# TODO(trozet): this is probably redundant with getting external
# network info from undercloud.py
if 'external' in net_settings.enabled_network_list: