Cinder volume type creation race condition

If multiple cinder volume drivers on different HA hosts
are configured OSA deploy fails due to race condition while
creating volume types. In such cases voluem type creation
should be only run once.

Change-Id: Ifcadde08de66f87a35754d6e4b2c6004888d49aa
Closes-Bug: #1588777
This commit is contained in:
Chhavi Agarwal 2016-06-14 03:47:58 -05:00
parent 868a6d3a49
commit 27a895cbd5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
- include: cinder_backends.yml
when: >
inventory_hostname in groups['cinder_volume']
inventory_hostname in groups['cinder_volume'][0]
- include: cinder_lvm_config.yml
when: >