[Bug 1403617] [NEW] gce datasource does not handle instance ssh keys

Launchpad Bug Tracker 1403617 at bugs.launchpad.net
Wed Dec 17 19:19:31 UTC 2014


You have been subscribed to a public bug:

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

-- 
gce datasource does not handle instance ssh keys
https://bugs.launchpad.net/bugs/1403617
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.



More information about the Ubuntu-server-bugs mailing list