Merge pull request #299653 from illustris/cloud-init
cloud-init: update patch
This commit is contained in:
@@ -93,7 +93,7 @@ index 00000000..67c049b8
|
||||
+ return (self.hostname_conf_fn, sys_hostname)
|
||||
+
|
||||
+ def _read_hostname_conf(self, filename):
|
||||
+ conf = HostnameConf(util.load_file(filename))
|
||||
+ conf = HostnameConf(util.load_text_file(filename))
|
||||
+ conf.parse()
|
||||
+ return conf
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user