From 399f9ede1081a01b3c4d0e461ab269d3a42a5f71 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 7 Jan 2010 20:18:26 -0500 Subject: support getting public ssh keys from ec2 metadata service --- ec2init/DataSource.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ec2init/DataSource.py') diff --git a/ec2init/DataSource.py b/ec2init/DataSource.py index af5e9208..3ada110f 100644 --- a/ec2init/DataSource.py +++ b/ec2init/DataSource.py @@ -17,3 +17,6 @@ class DataSource: def get_userdata_raw(self): return(self.userdata_raw) + + def get_public_ssh_keys(self): + return([]) -- cgit v1.2.3