summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_update_etc_hosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/CloudConfig/cc_update_etc_hosts.py')
-rw-r--r--cloudinit/CloudConfig/cc_update_etc_hosts.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudinit/CloudConfig/cc_update_etc_hosts.py b/cloudinit/CloudConfig/cc_update_etc_hosts.py
index d33eaa25..fe4489ad 100644
--- a/cloudinit/CloudConfig/cc_update_etc_hosts.py
+++ b/cloudinit/CloudConfig/cc_update_etc_hosts.py
@@ -22,8 +22,7 @@ import StringIO
frequency = per_always
def handle(name,cfg,cloud,log,args):
- hostname = util.get_cfg_option_str(cfg,"hostname",cloud.get_hostname())
- fqdn = util.get_cfg_option_str(cfg,"fqdn",cloud.get_hostname(fqdn=True))
+ ( hostname, fqdn ) = util.get_hostname_fqdn(cfg, cloud)
if util.get_cfg_option_bool(cfg,"manage_etc_hosts", True):
# manage_etc_hosts not true, update the 127.0.1.1 entry via update_etc_hosts