Fix the configuration error in the document.

Set the “plugins=cloudbaseinit.plugins.windows.setuserpassword.
SetUserPasswordPlugin” field in the configuration file as
suggested by cloudbase-init/doc/plugins.rst,but it can not take effect.
In fact it should be set to
“plugins=cloudbaseinit.plugins.common.setuserpassword.SetUserPasswordPlugin”,
this is the error described in cloudbase-init/doc/plugins.rst,
cause inconvenient to use

Change-Id: Iad2f98799684fe92992fbbce7f6632138d6fba5d
Closes-bug: #1747874
This commit is contained in:
sunjiazz 2018-02-07 17:52:29 +08:00 committed by Brin Zhang
parent 405329ea4c
commit 1189ac5dd2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Config options:
Setting password *(main)*
-------------------------
.. class:: cloudbaseinit.plugins.windows.setuserpassword.SetUserPasswordPlugin
.. class:: cloudbaseinit.plugins.common.setuserpassword.SetUserPasswordPlugin
Sets the cloud user's password. If a password has been provided in the metadata
during boot it will be used, otherwise a random password will be generated,