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
This commit is contained in:
Mauricio Lima 2016-11-03 16:51:52 -03:00
parent da832be870
commit a2707ecf00
3 changed files with 9 additions and 2 deletions

View File

@ -237,7 +237,7 @@ manila
manila
[manila-share:children]
storage
network
[manila-data:children]
storage

View File

@ -255,7 +255,7 @@ manila
manila
[manila-share:children]
storage
network
[manila-data:children]
storage

View File

@ -0,0 +1,7 @@
---
prelude: >
- Move manila-share service to network node.
upgrade:
- Is required that for the generic driver the manila-share
service should be run on the network node.
The generic driver is our default driver, so this change is needed.