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
This commit is contained in:
Matt Crees 2023-08-03 09:32:05 +01:00
parent e0b212d72d
commit 08f408b526

View File

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