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
This commit is contained in:
parent
fefd984fd1
commit
5d3fb6cdbd
@ -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
|
||||
</configuration/settings.html#openstack-hypervisor-features>`
|
||||
|
||||
.. rubric:: Password injection on libvirt-based hypervisors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user