From b541b4edf648e4ef0c5f66344459a0287ba36c60 Mon Sep 17 00:00:00 2001 From: "Nate House nathan.house@rackspace.com" <> Date: Wed, 5 Feb 2014 09:36:47 -0600 Subject: Cleanup and cloud-init-local local/net mount dep fix --- cloudinit/config/cc_set_hostname.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit/config/cc_set_hostname.py') diff --git a/cloudinit/config/cc_set_hostname.py b/cloudinit/config/cc_set_hostname.py index 38246b57..5d7f4331 100644 --- a/cloudinit/config/cc_set_hostname.py +++ b/cloudinit/config/cc_set_hostname.py @@ -22,7 +22,6 @@ from cloudinit import util def handle(name, cfg, cloud, log, _args): - if util.get_cfg_option_bool(cfg, "preserve_hostname", False): log.debug(("Configuration option 'preserve_hostname' is set," " not setting the hostname in module %s"), name) -- cgit v1.2.3