Skip to content

Commit

Permalink
rebase broke new distro
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Jul 1, 2021
1 parent f4b15f5 commit 4a211c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudinit/distros/photon.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def install_packages(self, pkglist):
# self.update_package_sources()
self.package_command('install', pkgs=pkglist)

def _write_network_config(self, netconfig):
return self._supported_write_network_config(netconfig)

def _bring_up_interfaces(self, device_names):
cmd = ['systemctl', 'restart', 'systemd-networkd', 'systemd-resolved']
LOG.debug('Attempting to run bring up interfaces using command %s',
Expand Down

0 comments on commit 4a211c6

Please sign in to comment.