From af6306aecd4bd8b7c85d568ac244082a269d5b66 Mon Sep 17 00:00:00 2001
From: Zhaokun Fu <fuzk@inspur.com>
Date: Wed, 21 Mar 2018 17:36:20 +0800
Subject: [PATCH] Fix cinder volume issue with multipathd

Deploy multipathd with cinder-volume when multipathd is enabled

Change-Id: Ibc6cab29498508769d6c42a870cf34f587ec7cc7
Closes-Bug:1757379
---
 ansible/inventory/all-in-one | 1 +
 ansible/inventory/multinode  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one
index 58e878af4b..4fe30343cf 100644
--- a/ansible/inventory/all-in-one
+++ b/ansible/inventory/all-in-one
@@ -549,6 +549,7 @@ congress
 # Multipathd
 [multipathd:children]
 compute
+storage
 
 # Watcher
 [watcher-api:children]
diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode
index b1be33d3a8..2d5d24ee3d 100644
--- a/ansible/inventory/multinode
+++ b/ansible/inventory/multinode
@@ -568,6 +568,7 @@ trove
 # Multipathd
 [multipathd:children]
 compute
+storage
 
 # Watcher
 [watcher-api:children]