cloudbase-init/cloudbaseinit/plugins/windows
Claudiu Popa affb4fec98 Get credentials from metadata for WinRM auth plugin
ConfigWinRMCertificateAuthPlugin plugin depends on SetUserPasswordPlugin
and CreateUserPlugin in order to retrieve the credentials which will
be used for setting up the WinRM authentication. This is not desirable,
since ConfigWinRMCertificateAuthPlugin can't run independently
of the other two. This patch obtains the username from the config file,
if it is not found in the shared data dictionary and it retrieves
the password using get_admin_password from the metadata service, if it
is not found in the shared data dictionary.

Change-Id: I587782ff9cb8989bf01f6d86dbdbd1fa6ec53d1b
Closes-Bug: #1433174
2015-04-08 22:08:02 +03:00
..
__init__.py Initial commit 2012-12-01 23:50:15 +02:00
createuser.py Make sure that the configured user profile registry key exists 2015-03-05 14:46:12 -05:00
extendvolumes.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
licensing.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
ntpclient.py Move Windows specific bits for NTP plugin to windows section 2015-02-16 13:38:44 +02:00
winrmcertificateauth.py Get credentials from metadata for WinRM auth plugin 2015-04-08 22:08:02 +03:00
winrmlistener.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00