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
This commit is contained in:
parent
38b23f70f7
commit
da95d3e4ee
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user