Browse Source

Remove outdated comment

Gabriel Adrian Samfira 6 years ago
parent
commit
5076c6fa05
1 changed files with 0 additions and 1 deletions
  1. 0 1
      coriolis/osmorphing/debian.py

+ 0 - 1
coriolis/osmorphing/debian.py

@@ -97,7 +97,6 @@ class BaseDebianMorphingTools(base.BaseLinuxOSMorphingTools):
             return
             return
 
 
         self.disable_predictable_nic_names()
         self.disable_predictable_nic_names()
-        # NOTE: doesn't work with chroot
         if self._test_path("etc/network"):
         if self._test_path("etc/network"):
             ifaces_file = "etc/network/interfaces"
             ifaces_file = "etc/network/interfaces"
             contents = self._compose_interfaces_config(nics_info)
             contents = self._compose_interfaces_config(nics_info)