Merge "Add note about removing leading tabs in ceph.conf files"

This commit is contained in:
Zuul 2023-03-29 11:37:14 +00:00 committed by Gerrit Code Review
commit 406a090f3d

@ -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
------