8f299f5545
An SSH key generated by Nova contains the comment 'Generated by Nova'. Older
versions (prior to 0.7.2) of cloud-init trip over the spaces in the comment
and as a result of that the key injected into the root account is not disabled
by cloud-init. Yes, it's a cloud-init bug but it's also a regression in the
sense that older OpenStack installations (Essex and older) don't contain
spaces in Nova generated key comments and thus older cloud-init's are not
affected in these environments.
This patch replaces the spaces with dashes, i.e., 'Generated-by-Nova'.
Spaces were introduced by commit:
|
||
---|---|---|
.. | ||
keypairs-get-resp.json | ||
keypairs-get-resp.xml | ||
keypairs-import-post-req.json | ||
keypairs-import-post-req.xml | ||
keypairs-import-post-resp.json | ||
keypairs-import-post-resp.xml | ||
keypairs-list-resp.json | ||
keypairs-list-resp.xml | ||
keypairs-post-req.json | ||
keypairs-post-req.xml | ||
keypairs-post-resp.json | ||
keypairs-post-resp.xml |