summaryrefslogtreecommitdiffstats
path: root/apex/settings
diff options
context:
space:
mode:
Diffstat (limited to 'apex/settings')
-rw-r--r--apex/settings/deploy_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/apex/settings/deploy_settings.py b/apex/settings/deploy_settings.py
index 793e43ac..35c911bd 100644
--- a/apex/settings/deploy_settings.py
+++ b/apex/settings/deploy_settings.py
@@ -32,7 +32,8 @@ OPT_DEPLOY_SETTINGS = ['performance',
'dovetail',
'odl_vpp_routing_node',
'odl_vpp_netvirt',
- 'barometer']
+ 'barometer',
+ 'calipso']
VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage']
VALID_PERF_OPTS = ['kernel', 'nova', 'vpp', 'ovs']