From 7a5a8cbe92c30b69246b73bae790bb2864b0402a Mon Sep 17 00:00:00 2001 From: shaofeng_cheng Date: Wed, 12 Apr 2017 14:39:35 +0800 Subject: [PATCH] Nova_backend_ceph variable mobile location. Nova_backend_ceph variable move to Enabling External Ceph group in external-ceph-guide file. Change-Id: I1cd3deb184a75868070b3e4ab6d91fba12d6ab9b --- doc/external-ceph-guide.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/external-ceph-guide.rst b/doc/external-ceph-guide.rst index 14c8253362..61ef983e5c 100644 --- a/doc/external-ceph-guide.rst +++ b/doc/external-ceph-guide.rst @@ -35,6 +35,7 @@ service in ``/etc/kolla/global.yml``: glance_backend_ceph: "yes" cinder_backend_ceph: "yes" + nova_backend_ceph: "yes" The combination of ``enable_ceph: "no"`` and ``_backend_ceph: "yes"`` triggers the activation of external ceph mechanism in Kolla. @@ -153,12 +154,6 @@ It is important that the files are named ceph.client*. Nova ------ -In ``/etc/kolla/global.yml`` set - -:: - - nova_backend_ceph: "yes" - Put ceph.conf and keyring file into ``/etc/kolla/config/nova``: ::