From 5d3fb6cdbdc526e2da7d03df8d876fa01d267aa4 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 11 Feb 2021 09:11:26 +0000 Subject: [PATCH] Docs: Correct ``Password injection using the dashboard`` Explanation During Icehouse release default value of 'can_set_password' sets to False for horizon(dashboard) but nova document is not updated yet and acc. to nova doc default value for above setting is True. So this patch correct the doc. For more info. please refer [1]. [1] https://docs.openstack.org/releasenotes/horizon/icehouse.html#default-hypervisor-settings-changes Change-Id: I3007e1f157e329f121b99ceaddd59625c86f428c --- doc/source/admin/admin-password-injection.rst | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/source/admin/admin-password-injection.rst b/doc/source/admin/admin-password-injection.rst index 1a4776b93a04..278f7b02a8cb 100644 --- a/doc/source/admin/admin-password-injection.rst +++ b/doc/source/admin/admin-password-injection.rst @@ -10,18 +10,9 @@ command. You can also view and set the admin password from the dashboard. .. rubric:: Password injection using the dashboard -By default, the dashboard will display the ``admin`` password and allow the -user to modify it. - -If you do not want to support password injection, disable the password fields -by editing the dashboard's ``local_settings.py`` file. - -.. code-block:: none - - OPENSTACK_HYPERVISOR_FEATURES = { - ... - 'can_set_password': False, - } +For password injection display in the dashboard, please refer to the setting of +``can_set_password`` in :horizon-doc:`Horizon doc +` .. rubric:: Password injection on libvirt-based hypervisors