From c2039ded38064cb8b17fc242791e7f16e7f68f4d Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 11 Feb 2010 13:09:38 -0500 Subject: rename EC2Init class to CloudInit --- cloud-init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud-init.py') diff --git a/cloud-init.py b/cloud-init.py index 501ed4b4..1db2ea60 100755 --- a/cloud-init.py +++ b/cloud-init.py @@ -26,7 +26,7 @@ def warn(str): sys.stderr.write(str) def main(): - cloud = cloudinit.EC2Init() + cloud = cloudinit.CloudInit() try: cloud.get_data_source() -- cgit v1.2.3