From 08f408b5263bf5213197a371a8b995071c1a15ed Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 3 Aug 2023 09:32:05 +0100 Subject: [PATCH] Add genconfig to the Operating Kolla guide While this section of the guide does not need to explain every command available, ``kolla-ansible genconfig`` is a useful command for people newer to using KA, so it seems worth mentioning in the guide. Change-Id: I6f58bb395012b701ad349e967fb3d2f16e9373c7 --- doc/source/user/operating-kolla.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/user/operating-kolla.rst b/doc/source/user/operating-kolla.rst index a3dd5ada5e..5e1846e5f9 100644 --- a/doc/source/user/operating-kolla.rst +++ b/doc/source/user/operating-kolla.rst @@ -247,6 +247,10 @@ necessary update containers, without generating configuration. ``kolla-ansible -i INVENTORY prune-images`` is used to prune orphaned Docker images on hosts. +``kolla-ansible -i INVENTORY genconfig`` is used to generate configuration +files for enabled OpenStack services, without then restarting the containers so +it is not applied right away. + ``kolla-ansible -i INVENTORY1 -i INVENTORY2 ...`` Multiple inventories can be specified by passing the ``--inventory`` or ``-i`` command line option multiple times. This can be useful to share configuration between multiple environments.