diff --git a/doc/source/user/operating-kolla.rst b/doc/source/user/operating-kolla.rst
index a3dd5ada5e1452323c3640b195af987a9ca14d7b..5e1846e5f9cae8b59e9741a4c7ba3073bc30372d 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.