diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-08-12 13:05:19 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-08-12 13:05:19 -0400 |
commit | 84d8c2a4559b5b60443a9ff91ed75c09abb963b3 (patch) | |
tree | b95838d1d6d1abd316cf03ee5d9a2da05e2d41db /cloudinit/CloudConfig/cc_disable_ec2_metadata.py | |
parent | f0ec102d6b9a21bf61d597ecb3ca739d8dbd86d6 (diff) | |
download | vyos-cloud-init-84d8c2a4559b5b60443a9ff91ed75c09abb963b3.tar.gz vyos-cloud-init-84d8c2a4559b5b60443a9ff91ed75c09abb963b3.zip |
cc_disable_ec2_metadata.py: fix broken disable_ec2_metadata
Diffstat (limited to 'cloudinit/CloudConfig/cc_disable_ec2_metadata.py')
-rw-r--r-- | cloudinit/CloudConfig/cc_disable_ec2_metadata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/CloudConfig/cc_disable_ec2_metadata.py b/cloudinit/CloudConfig/cc_disable_ec2_metadata.py index 8af48fef..5cd1d1c1 100644 --- a/cloudinit/CloudConfig/cc_disable_ec2_metadata.py +++ b/cloudinit/CloudConfig/cc_disable_ec2_metadata.py @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. import cloudinit.util as util +import subprocess from cloudinit.CloudConfig import per_always frequency = per_always |