diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-03-22 03:33:05 -0400 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2016-03-22 03:33:05 -0400 |
| commit | 78c99ef3faecde46b3e460dffa1af69654e8bbff (patch) | |
| tree | a5fed4327d79c4f35677c6fc9ff602fd00ef114f /cloudinit/stages.py | |
| parent | 9e05dd2d21f3db77607f1e4aa53a4657514a4fce (diff) | |
| download | vyos-cloud-init-78c99ef3faecde46b3e460dffa1af69654e8bbff.tar.gz vyos-cloud-init-78c99ef3faecde46b3e460dffa1af69654e8bbff.zip | |
drop changes other than generate_fallback_config
Diffstat (limited to 'cloudinit/stages.py')
| -rw-r--r-- | cloudinit/stages.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py index 64da3b5b..c230ec0d 100644 --- a/cloudinit/stages.py +++ b/cloudinit/stages.py @@ -567,17 +567,6 @@ class Init(object): # Run the handlers self._do_handlers(user_data_msg, c_handlers_list, frequency) - def apply_networking(self): - """Attempt to apply network configuration, either using network - configuration from datasource or fallback configuration if that is - not available""" - if self.datasource and self.datasource.network_config: - ds_net_conf = self.datasource.network_config - res = self.distro.apply_network_config(ds_net_conf, bring_up=True) - else: - res = self.distro.apply_fallback_network(bring_up=True) - return res - class Modules(object): def __init__(self, init, cfg_files=None, reporter=None): |
