summaryrefslogtreecommitdiffstats
path: root/lib/python/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-01 20:13:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-01 20:13:54 +0000
commit98339f98d955bb046e9651f8c0c4f17eb2b0f79f (patch)
tree14681adeab8bcdbd71f926064e3b0a13b56e5a12 /lib/python/apex
parentd2ad6082c4499cd6b49b0963bf06fb912a6dd5ca (diff)
parent2622e8417a9fca67fb0cac480410cf9c5912725a (diff)
Merge "Adds Barometer service"
Diffstat (limited to 'lib/python/apex')
-rw-r--r--lib/python/apex/deploy_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_settings.py b/lib/python/apex/deploy_settings.py
index 1025fcea..06185941 100644
--- a/lib/python/apex/deploy_settings.py
+++ b/lib/python/apex/deploy_settings.py
@@ -31,7 +31,8 @@ OPT_DEPLOY_SETTINGS = ['performance',
'yardstick',
'dovetail',
'odl_vpp_routing_node',
- 'odl_vpp_netvirt']
+ 'odl_vpp_netvirt',
+ 'barometer']
VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage']
VALID_PERF_OPTS = ['kernel', 'nova', 'vpp', 'ovs']