yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32936
[Bug 1403617] Re: gce datasource does not handle instance ssh keys
This bug was fixed in the package cloud-init - 0.7.7~bzr1106-0ubuntu1
---------------
cloud-init (0.7.7~bzr1106-0ubuntu1) wily; urgency=medium
* New upstream snapshot.
* Azure: remove strict dependency on walinux-agent, but still utilize
it for the time being.
* fix read_seeded that is used in seeding user-data and meta-data
from additional locations (LP: #1455233)
* fix bug preventing partitioning of disks in many cases. (LP: #1311463)
* Azure: do not override hostname if user has set it (LP: #1375252)
* Fix GCE datasource not handling per-instance SSH keys (LP: #1403617)
* Allow specifying of uid in user/group config.
-- Scott Moser <smoser@xxxxxxxxxx> Fri, 15 May 2015 17:04:19 -0400
** Changed in: cloud-init (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1403617
Title:
gce datasource does not handle instance ssh keys
Status in Init scripts for use on cloud images:
Fix Committed
Status in cloud-init package in Ubuntu:
Fix Released
Bug description:
The GCE Datasource pulls the per-project SSH but does not handle the
per-instance SSH keys.
The meta-data that it handles is:
url_map = [
('instance-id', 'instance/id', True),
('availability-zone', 'instance/zone', True),
('local-hostname', 'instance/hostname', True),
('public-keys', 'project/attributes/sshKeys', False),
('user-data', 'instance/attributes/user-data', False),
]
It should also handle:
('public-keys', 'instance/attributes/sshKeys', False),
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1403617/+subscriptions