diff options
| author | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-02-21 14:45:34 +0100 | 
|---|---|---|
| committer | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-02-21 14:45:34 +0100 | 
| commit | b83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e (patch) | |
| tree | a3f814aafe97d68e69fd4197709a936251934c5b /cloudinit | |
| parent | 4c78588baa7ab2d17582b3888fdeb136c3aa73d0 (diff) | |
| download | vyos-cloud-init-b83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e.tar.gz vyos-cloud-init-b83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e.zip | |
Remove TODO
Diffstat (limited to 'cloudinit')
| -rw-r--r-- | cloudinit/sources/DataSourceOpenNebula.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/cloudinit/sources/DataSourceOpenNebula.py b/cloudinit/sources/DataSourceOpenNebula.py index bfa7eeaf..b22c8aed 100644 --- a/cloudinit/sources/DataSourceOpenNebula.py +++ b/cloudinit/sources/DataSourceOpenNebula.py @@ -100,7 +100,6 @@ class DataSourceOpenNebula(sources.DataSource):              return False          # apply static network configuration only in 'local' dsmode -        # TODO: first boot?          if ('network-interfaces' in results and self.dsmode == "local"):              LOG.debug("Updating network interfaces from %s", self)              self.distro.apply_network(results['network-interfaces']) | 
