cloudbase-init/cloudbaseinit/plugins/common
Cosmin Poieana a2d07e1478 Fix improper EOL handling between the public keys
Every metadata service should return public keys as lists of
space-stripped strings without counting on the existence of
the current present (or not) new lines. The sshpublickeys plugin
will explicitly add EOLs between the keys, therefore having a
valid authorized_keys file when multiple ssh keys are retrieved.

Change-Id: Idad2b9d469a544066ab4090c30dd3f274e36844e
2015-06-03 02:16:43 +03:00
..
userdataplugins Add a new cloud-config plugin for setting the timezone 2015-03-25 13:01:12 +02:00
__init__.py Rewrite exec utilies to be generic 2014-12-11 02:59:25 +02:00
base.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
constants.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
createuser.py Make sure that the configured user profile registry key exists 2015-03-05 14:46:12 -05:00
execcmd.py Add support for EC2 config scripts 2015-02-04 14:32:49 +02:00
factory.py Add a mapping between old plugin names and new plugin names 2015-05-13 14:42:42 +03:00
fileexecutils.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
localscripts.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
mtu.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
networkconfig.py Add support for IPv6 network configuration 2015-05-07 23:16:56 +03:00
ntpclient.py Move Windows specific bits for NTP plugin to windows section 2015-02-16 13:38:44 +02:00
sethostname.py Handle the choice of reboot of the instance in osutils.set_host_name 2015-02-16 19:06:48 +02:00
setuserpassword.py Add support for update password 2015-03-26 14:06:54 +02:00
sshpublickeys.py Fix improper EOL handling between the public keys 2015-06-03 02:16:43 +03:00
userdata.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00
userdatautils.py Move non-Windows specific plugins to common 2015-02-12 20:17:15 +02:00