Do not create files in site-package directory
[functest.git] / functest / opnfv_tests / openstack / rally / task.yaml
index 033edb8..14d4e71 100644 (file)
 {%- include "var/opnfv-cinder.yaml"-%}
 {% endif %}
 
+{% if "gnocchi" in service_list %}
+{%- include "var/opnfv-gnocchi.yaml"-%}
+{% endif %}
+
 {% if "keystone" in service_list %}
 {%- include "var/opnfv-keystone.yaml"-%}
 {% endif %}
@@ -38,7 +42,3 @@
 {% if "heat" in service_list %}
 {%- include "var/opnfv-heat.yaml"-%}
 {% endif %}
-
-{% if "vm" in service_list %}
-{%- include "var/opnfv-vm.yaml"-%}
-{% endif %}