Skip to content
Snippets Groups Projects
Commit 2f9b39f5 authored by Gene Kuo's avatar Gene Kuo
Browse files

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
parent 70bb073b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ Enabling External Ceph ...@@ -20,7 +20,7 @@ Enabling External Ceph
====================== ======================
Using external Ceph with Kolla means not to deploy Ceph via Kolla. Therefore, 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`` ...@@ -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 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 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 to activate external Ceph integration. This can be done individually per
service in ``/etc/kolla/global.yml``: service in ``/etc/kolla/globals.yml``:
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment