diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-01-22 12:09:52 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-01-22 12:09:52 -0500 |
commit | de32623e6b34e3648958f1a08ef721ed9a03f2f8 (patch) | |
tree | d10ae9a3770fad0bdeb83a597523b8d30e259c9e /cloudinit/distros/gentoo.py | |
parent | c80892c9c326716724c3ff06d9a82516a4152c74 (diff) | |
parent | 8d453d2a4da4492857a4487b14fe7b11a014115b (diff) | |
download | vyos-cloud-init-de32623e6b34e3648958f1a08ef721ed9a03f2f8.tar.gz vyos-cloud-init-de32623e6b34e3648958f1a08ef721ed9a03f2f8.zip |
merge from trunk
Diffstat (limited to 'cloudinit/distros/gentoo.py')
-rw-r--r-- | cloudinit/distros/gentoo.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py index 45c2e658..09dd0d73 100644 --- a/cloudinit/distros/gentoo.py +++ b/cloudinit/distros/gentoo.py @@ -97,13 +97,6 @@ class Distro(distros.Distro): else: return distros.Distro._bring_up_interfaces(self, device_names) - def _select_hostname(self, hostname, fqdn): - # Prefer the short hostname over the long - # fully qualified domain name - if not hostname: - return fqdn - return hostname - def _write_hostname(self, your_hostname, out_fn): conf = None try: |