diff options
author | Dan Radez <dradez@redhat.com> | 2016-07-18 19:37:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-18 19:37:33 +0000 |
commit | 9f7c8cc97bb73069455b5357c0d4c0dcfc26d5a3 (patch) | |
tree | 8e6670349025d5669b2889b0146cfdb6902b5ccc /lib/python | |
parent | acb50b19e29c991d314fbde9116ac5f08e2ce852 (diff) | |
parent | e415d7b2a2a9349ca2e7c8b8d3fbaa5d4e7dcb57 (diff) |
Merge "Adding vsperf support"
Diffstat (limited to 'lib/python')
-rw-r--r-- | lib/python/apex/deploy_env.py | 2 |
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'] |