From da95d3e4eeb9daf3d237509e24f18343ca69abd4 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Wed, 21 Dec 2016 18:15:31 +0000 Subject: [PATCH] Run cinder-setup against cinder_volume hosts Only setup cinder volumes on cinder_volume hosts rather than "localhost", this will mean we can run cinder_volume in containers for testing rather than only against localhost. Change-Id: I28e713823fc8b7dffa8f943a1af96ec9f29d403b --- test-setup-cinder-localhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-setup-cinder-localhost.yml b/test-setup-cinder-localhost.yml index 7148a681..4731a0a8 100644 --- a/test-setup-cinder-localhost.yml +++ b/test-setup-cinder-localhost.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Prepare cinder-volumes volume group - hosts: localhost + hosts: cinder_volume tasks: - name: Install lvm2 apt package apt: