From cbf6ce640a10414492a10584be1b537c6a510257 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 3 Feb 2023 10:55:29 +0100 Subject: [PATCH] docs: fix information about libvirt SASL auth Change-Id: I0ff303a2fad2edbcedbe88486b272d2efa765d8d --- doc/source/reference/compute/libvirt-guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/compute/libvirt-guide.rst b/doc/source/reference/compute/libvirt-guide.rst index 414c32ceb3..e226d2fe3d 100644 --- a/doc/source/reference/compute/libvirt-guide.rst +++ b/doc/source/reference/compute/libvirt-guide.rst @@ -35,8 +35,9 @@ SASL is enabled according to the ``libvirt_enable_sasl`` flag, which defaults to ``true``. The username is configured via ``libvirt_sasl_authname``, and defaults to -``kolla``. The password is configured via ``libvirt_sasl_password``, and is -generated with other passwords using and stored in ``passwords.yml``. +``nova``. The password is configured via ``libvirt_sasl_password``, and is +generated with other passwords using ``kolla-mergepwd`` and ``kolla-genpwd`` +and stored in ``passwords.yml``. The list of enabled authentication mechanisms is configured via ``libvirt_sasl_mech_list``, and defaults to ``["SCRAM-SHA-256"]`` if libvirt