summaryrefslogtreecommitdiff
path: root/ec2-init.py
diff options
context:
space:
mode:
authorScott Moser <smoser@nelson>2010-01-06 14:05:25 -0500
committerScott Moser <smoser@nelson>2010-01-06 14:05:25 -0500
commit6f58655f2893a2a8e2edc85130d98294d5cf4ad1 (patch)
tree190c8fecebf3dfba86091edcd1c6f5feab101f38 /ec2-init.py
parentca3cafbb65655bf0de40e8a44b608932694a5594 (diff)
downloadvyos-cloud-init-6f58655f2893a2a8e2edc85130d98294d5cf4ad1.tar.gz
vyos-cloud-init-6f58655f2893a2a8e2edc85130d98294d5cf4ad1.zip
put upstart files in upstart/, minor other changes
adding cat-cloud-config.conf, a debug file that just cats the config
Diffstat (limited to 'ec2-init.py')
-rwxr-xr-xec2-init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2-init.py b/ec2-init.py
index 0b0e308d..90da7dc6 100755
--- a/ec2-init.py
+++ b/ec2-init.py
@@ -20,7 +20,7 @@ def main():
print "user data is:" + cloud.get_user_data()
# store the metadata
- # TODO: cloud.update_cache()
+ cloud.update_cache()
# parse the user data (ec2-run-userdata.py)
# TODO: cloud.consume_user_data()