~mathiaz/ec2-init/bzr-bd-split-mode

« back to all changes in this revision

Viewing changes to ec2-init.py

  • Committer: Scott Moser
  • Date: 2010-01-22 18:59:25 UTC
  • Revision ID: smoser@ubuntu.com-20100122185925-jb3147ksg4ouna7d
function ec2 metadata service removal. also fix issues with empty cloud-config

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    # set the defaults (like what ec2-set-defaults.py did)
38
38
    try:
39
39
        cloud.sem_and_run("set_defaults", "once-per-instance",
40
 
            set_defaults,cloud,False)
 
40
            set_defaults,[ cloud ],False)
41
41
    except:
42
42
        warn("failed to set defaults\n")
43
43