From 2f9b39f51d8f9c6701ce89cf566e80fa4ab8e809 Mon Sep 17 00:00:00 2001
From: Gene Kuo <gene@openstack.org>
Date: Tue, 26 Sep 2017 18:37:24 +0800
Subject: [PATCH] Fix typo in external ceph guide

The file to edit in external ceph guide should be globals.yml
instead of global.yml

Change-Id: Ic3c3406484bbe7c69056010de7c7d2875900ba5f
---
 doc/source/reference/external-ceph-guide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/reference/external-ceph-guide.rst b/doc/source/reference/external-ceph-guide.rst
index ef5875e71..d86f1ea71 100644
--- a/doc/source/reference/external-ceph-guide.rst
+++ b/doc/source/reference/external-ceph-guide.rst
@@ -20,7 +20,7 @@ Enabling External Ceph
 ======================
 
 Using external Ceph with Kolla means not to deploy Ceph via Kolla. Therefore,
-disable Ceph deployment in ``/etc/kolla/global.yml``
+disable Ceph deployment in ``/etc/kolla/globals.yml``
 
 ::
 
@@ -29,7 +29,7 @@ disable Ceph deployment in ``/etc/kolla/global.yml``
 There are flags indicating individual services to use ceph or not which default
 to the value of ``enable_ceph``. Those flags now need to be activated in order
 to activate external Ceph integration. This can be done individually per
-service in ``/etc/kolla/global.yml``:
+service in ``/etc/kolla/globals.yml``:
 
 ::
 
-- 
GitLab