diff --git a/doc/source/reference/storage/external-ceph-guide.rst b/doc/source/reference/storage/external-ceph-guide.rst
index fe47442f4eeebbd5ae6a5bd409a9681284c11bd2..e88db81360db50e03013d998f0dbcbeb3869749b 100644
--- a/doc/source/reference/storage/external-ceph-guide.rst
+++ b/doc/source/reference/storage/external-ceph-guide.rst
@@ -30,6 +30,14 @@ Configuring External Ceph
 
 Ceph integration is configured for different OpenStack services independently.
 
+.. note::
+
+    Commands like ``ceph config generate-minimal-conf`` generate configuration
+    files that have leading tabs. These tabs break Kolla Ansible's ini parser.
+    Be sure to remove the leading tabs from your ``ceph.conf`` files when
+    copying them in the following sections.
+
+
 Glance
 ------