[Bug 1403617] [NEW] gce datasource does not handle instance ssh keys
Ben Howard
ben.howard at canonical.com
Wed Dec 17 19:19:18 UTC 2014
Public bug reported:
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),
** Affects: cloud-init (Ubuntu)
Importance: Medium
Assignee: Daniel Watkins (daniel-thewatkins)
Status: Confirmed
** Package changed: ubuntu => cloud-init (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1403617
Title:
gce datasource does not handle instance ssh keys
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1403617/+subscriptions
More information about the Ubuntu-server-bugs
mailing list