From 8f3c181d90a07578fb18b02070d6991436cdf5cd Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 19 Aug 2015 21:37:54 +0200 Subject: [PATCH] cloudstack: tests: use resource_prefix --- test/integration/cloudstack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/cloudstack.yml b/test/integration/cloudstack.yml index 0102689ed0..6951fd2856 100644 --- a/test/integration/cloudstack.yml +++ b/test/integration/cloudstack.yml @@ -4,6 +4,8 @@ gather_facts: no tags: - cloudstack + vars: + cs_resource_prefix: "cs{{ resource_prefix | default('') }}" roles: - { role: test_cs_sshkeypair, tags: test_cs_sshkeypair } - { role: test_cs_affinitygroup, tags: test_cs_affinitygroup }