From 7bc185a55e71e0a998f1886244890c333c214d84 Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Fri, 14 Oct 2016 08:43:55 -0300 Subject: [PATCH] Update Manila Guide Change-Id: I114082a603764e0726b29708217567822bf2fefa --- doc/manila-guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/manila-guide.rst b/doc/manila-guide.rst index 625c8b7f57..12090431d2 100644 --- a/doc/manila-guide.rst +++ b/doc/manila-guide.rst @@ -41,11 +41,12 @@ Cinder and Ceph are required, enable it in ``/etc/kolla/globals.yml``: enable_cinder: "yes" enable_ceph: "yes" -Enable Manila in ``/etc/kolla/globals.yml``: +Enable Manila and generic backend in ``/etc/kolla/globals.yml``: .. code-block:: console enable_manila: "yes" + enable_manila_backend_generic: "yes" By default Manila uses instance flavor id 100 for its file systems. For Manila to work, either create a new nova flavor with id 100 (use *nova flavor-create*) @@ -82,7 +83,7 @@ Launch an Instance Before being able to create a share, the manila with the generic driver and the DHSS mode enabled requires the definition of at least an image, a network and a -share-network for being used to create a share server. For that back end +share-network for being used to create a share server. For that backend configuration, the share server is an instance where NFS/CIFS shares are served.