diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-28 15:47:18 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-07-18 08:57:00 -0400 |
commit | e415d7b2a2a9349ca2e7c8b8d3fbaa5d4e7dcb57 (patch) | |
tree | 4d91cb35c13b575afd95f2de44f4fd19f129281a /lib/python | |
parent | 73e52458f6f22ec453ec08cc0960d8b8e0ce45fe (diff) |
Adding vsperf support
JIRA: APEX-141
Change-Id: I9983ec5583100b7c536524a01e64bb6884b38d1d
Signed-off-by: Dan Radez <dradez@redhat.com>
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'] |