diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-24 09:31:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 09:31:11 +0000 |
commit | c67c6687976a486af880ece2e6831d7ef7fbbdcc (patch) | |
tree | a1656e127464347ff37fd085dee7df86abf2be5b /functest/opnfv_tests/openstack/rally/task.yaml | |
parent | 0516ee14b46a7327325bc4e8354a9b610276a770 (diff) | |
parent | d18c7d9d71decbaa8b5a1a45267ef5f00e926369 (diff) |
Merge "Add Rally scenarios for telemetry"
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/task.yaml')
-rw-r--r-- | functest/opnfv_tests/openstack/rally/task.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/task.yaml b/functest/opnfv_tests/openstack/rally/task.yaml index 033edb83..65f101fb 100644 --- a/functest/opnfv_tests/openstack/rally/task.yaml +++ b/functest/opnfv_tests/openstack/rally/task.yaml @@ -31,6 +31,10 @@ {%- include "var/opnfv-neutron.yaml"-%} {% endif %} +{% if "ceilometer" in service_list %} +{%- include "var/opnfv-ceilometer.yaml"-%} +{% endif %} + {% if "quotas" in service_list %} {%- include "var/opnfv-quotas.yaml"-%} {% endif %} |