summaryrefslogtreecommitdiffstats
path: root/lib/python/apex/deploy_settings.py
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2017-02-08 14:57:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-08 14:57:29 +0000
commit3f3658db935f00413faf1390654ac56ed98fbf85 (patch)
tree5e5aba1ef4ae7266ccef50cfb73dc8fe6b2d41eb /lib/python/apex/deploy_settings.py
parent85d8c83b1d1c153f3e80e9175c6ac94e1aafa1ae (diff)
parentb5687496eacdb4e48a3134b0c338244343c95a01 (diff)
Merge "Adding yardstick installation using docker container"
Diffstat (limited to 'lib/python/apex/deploy_settings.py')
-rw-r--r--lib/python/apex/deploy_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_settings.py b/lib/python/apex/deploy_settings.py
index 3133d7f8..24287b83 100644
--- a/lib/python/apex/deploy_settings.py
+++ b/lib/python/apex/deploy_settings.py
@@ -24,7 +24,7 @@ REQ_DEPLOY_SETTINGS = ['sdn_controller',
'vpp',
'ceph']
-OPT_DEPLOY_SETTINGS = ['performance', 'vsperf', 'ceph_device']
+OPT_DEPLOY_SETTINGS = ['performance', 'vsperf', 'ceph_device', 'yardstick']
VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage']
VALID_PERF_OPTS = ['kernel', 'nova', 'vpp']