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
(cherry picked from commit 27a895cbd5)
This commit is contained in:
Chhavi Agarwal 2016-06-14 03:47:58 -05:00
parent 12a1e1c118
commit a4afeb9460
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,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: >