summaryrefslogtreecommitdiff
path: root/ec2init/execute.py
diff options
context:
space:
mode:
authorScott Moser <smoser@nelson>2010-01-07 16:07:01 -0500
committerScott Moser <smoser@nelson>2010-01-07 16:07:01 -0500
commit49d3df468a94fef41a036dfa5d886449d180e006 (patch)
tree45dccadb6bef5621eac2d692e893e6ff8aeccae8 /ec2init/execute.py
parent44e69ea67e75241dce3230f755c13ab602a5ea9b (diff)
downloadvyos-cloud-init-49d3df468a94fef41a036dfa5d886449d180e006.tar.gz
vyos-cloud-init-49d3df468a94fef41a036dfa5d886449d180e006.zip
functional state now in kvm tests
supports user data as mime-multipart and handling types of text/x-shellscript - execute at rc.local text/cloud-config - feed to cloud config text/upstart-job - add to /etc/init as upstart job text/x-include-url - include urls as if they were in-line
Diffstat (limited to 'ec2init/execute.py')
-rw-r--r--ec2init/execute.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ec2init/execute.py b/ec2init/execute.py
index d7386663..033da8f7 100644
--- a/ec2init/execute.py
+++ b/ec2init/execute.py
@@ -1,6 +1,5 @@
def run(list,cfg):
import subprocess
- subprocess.Popen(list).communicate()
retcode = subprocess.call(list)
if retcode == 0: