From 73f8ac33c2c9bf75cde7b79217a992e5f5b12ddc Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Fri, 11 Nov 2016 10:27:17 -0300 Subject: [PATCH] Move manila-share service to network node After a research regarding manila-share node, is required that for the generic driver the manila-share service should be run on the network node. As the generic driver is our default driver, so this change is needed. Closes-Bug: #1639028 Change-Id: I4b73fec4f96e3e2f9c442c8716941bede5dfbc8e (cherry picked from commit a2707ecf0043d5df25d0f87d6dde55aeb52260da) --- ansible/inventory/all-in-one | 2 +- ansible/inventory/multinode | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one index 3bf301583f..7d16353418 100644 --- a/ansible/inventory/all-in-one +++ b/ansible/inventory/all-in-one @@ -154,7 +154,7 @@ manila manila [manila-share:children] -storage +network # Swift [swift-proxy-server:children] diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode index c6c1d2d125..359f6d94b8 100644 --- a/ansible/inventory/multinode +++ b/ansible/inventory/multinode @@ -166,7 +166,7 @@ manila manila [manila-share:children] -storage +network # Swift [swift-proxy-server:children]