From f5fadf3b3f63990e1999a0864f87e92bfb9397bc Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 4 Apr 2024 17:56:23 +0200 Subject: [PATCH] [doc] Rename extending-osa page Current page name is not reflecting it's content. While there are quite important notes about overriding set of roles/collections which are not obvious at all from the tree. It also adjusts maxdepth to contain 2nd level of headers inside pages to be more explicit about page content. Change-Id: If1d58ab564097a4903b41a53a74146110bd04df1 --- doc/source/reference/configuration/advanced-config.rst | 4 ++-- doc/source/reference/configuration/extending-osa.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/reference/configuration/advanced-config.rst b/doc/source/reference/configuration/advanced-config.rst index b2955afb8c..0bac0a80af 100644 --- a/doc/source/reference/configuration/advanced-config.rst +++ b/doc/source/reference/configuration/advanced-config.rst @@ -11,9 +11,9 @@ Using these extension points, deployers can provide a more 'opinionated' installation of OpenStack that may include their own software. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 using-overrides + extending-osa extra-python-software extra-networks - extending-osa diff --git a/doc/source/reference/configuration/extending-osa.rst b/doc/source/reference/configuration/extending-osa.rst index 9583b080bb..afb0f49296 100644 --- a/doc/source/reference/configuration/extending-osa.rst +++ b/doc/source/reference/configuration/extending-osa.rst @@ -1,5 +1,5 @@ -Using OpenStack-Ansible within your project -=========================================== +Extending OpenStack-Ansible with additional Ansible content +=========================================================== Including OpenStack-Ansible in your project -------------------------------------------