From 49d3df468a94fef41a036dfa5d886449d180e006 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 7 Jan 2010 16:07:01 -0500 Subject: 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 --- ec2init/execute.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ec2init/execute.py') 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: -- cgit v1.2.3