diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-11 13:09:38 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-11 13:09:38 -0500 |
commit | c2039ded38064cb8b17fc242791e7f16e7f68f4d (patch) | |
tree | 7ce071c8ed8cddd778d1b17633cb24865c08cf1a /cloud-init-run-module.py | |
parent | 0435087c48264fda6bd9c3e01998849b2f70f685 (diff) | |
download | vyos-cloud-init-c2039ded38064cb8b17fc242791e7f16e7f68f4d.tar.gz vyos-cloud-init-c2039ded38064cb8b17fc242791e7f16e7f68f4d.zip |
rename EC2Init class to CloudInit
Diffstat (limited to 'cloud-init-run-module.py')
-rwxr-xr-x | cloud-init-run-module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud-init-run-module.py b/cloud-init-run-module.py index 5a30b081..028129bf 100755 --- a/cloud-init-run-module.py +++ b/cloud-init-run-module.py @@ -32,7 +32,7 @@ def main(): (freq,semname,modname)=sys.argv[1:4] run_args=sys.argv[4:] - cloud = cloudinit.EC2Init() + cloud = cloudinit.CloudInit() try: cloud.get_data_source() except Exception as e: |