From 08682243ed534366ff7ef52a538e14ad04d01f1c Mon Sep 17 00:00:00 2001 From: Raimund Hook Date: Mon, 20 Apr 2020 12:20:04 +0100 Subject: [PATCH] Update Advanced Config guide to clarify paths This update clears up an additional path that was mentioned in the Advanced Configuration documentation, but not actually picked up in the playbooks. This specifically affects Service Configuration overrides. The docs have been cleaned up to reflect the way the playbooks pick up the override files. Change-Id: Id15fe139af6462217c2ac26d7d21c5eac5368e12 Closes-Bug: 1873782 Signed-off-by: Raimund Hook --- doc/source/admin/advanced-configuration.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/admin/advanced-configuration.rst b/doc/source/admin/advanced-configuration.rst index 34c21a06ed..7a32ff2ed0 100644 --- a/doc/source/admin/advanced-configuration.rst +++ b/doc/source/admin/advanced-configuration.rst @@ -221,7 +221,6 @@ assuming that you have services using ``nova.conf`` running on hosts called ``controller-0001``, ``controller-0002`` and ``controller-0003``: * ``/etc/kolla/config/nova.conf`` -* ``/etc/kolla/config/nova/nova.conf`` * ``/etc/kolla/config/nova/controller-0001/nova.conf`` * ``/etc/kolla/config/nova/controller-0002/nova.conf`` * ``/etc/kolla/config/nova/controller-0003/nova.conf``