summaryrefslogtreecommitdiffstats
path: root/lib/python/apex
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-07-18 19:37:33 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-18 19:37:33 +0000
commit9f7c8cc97bb73069455b5357c0d4c0dcfc26d5a3 (patch)
tree8e6670349025d5669b2889b0146cfdb6902b5ccc /lib/python/apex
parentacb50b19e29c991d314fbde9116ac5f08e2ce852 (diff)
parente415d7b2a2a9349ca2e7c8b8d3fbaa5d4e7dcb57 (diff)
Merge "Adding vsperf support"
Diffstat (limited to 'lib/python/apex')
-rw-r--r--lib/python/apex/deploy_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_env.py b/lib/python/apex/deploy_env.py
index 1fe137e4..816dc114 100644
--- a/lib/python/apex/deploy_env.py
+++ b/lib/python/apex/deploy_env.py
@@ -21,7 +21,7 @@ REQ_DEPLOY_SETTINGS = ['sdn_controller',
'vpn',
'vpp']
-OPT_DEPLOY_SETTINGS = ['performance']
+OPT_DEPLOY_SETTINGS = ['performance', 'vsperf']
VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage']
VALID_PERF_OPTS = ['kernel', 'nova']