From 27a895cbd5602a35e797adbb619520553e0e7eb8 Mon Sep 17 00:00:00 2001 From: Chhavi Agarwal Date: Tue, 14 Jun 2016 03:47:58 -0500 Subject: [PATCH] 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 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 10a61393..87fb870e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: >