summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOpenNebula.py
diff options
context:
space:
mode:
authorVlastimil Holer <vlastimil.holer@gmail.com>2013-02-21 14:45:34 +0100
committerVlastimil Holer <vlastimil.holer@gmail.com>2013-02-21 14:45:34 +0100
commitb83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e (patch)
treea3f814aafe97d68e69fd4197709a936251934c5b /cloudinit/sources/DataSourceOpenNebula.py
parent4c78588baa7ab2d17582b3888fdeb136c3aa73d0 (diff)
downloadcloud-init-git-b83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e.tar.gz
Remove TODO
Diffstat (limited to 'cloudinit/sources/DataSourceOpenNebula.py')
-rw-r--r--cloudinit/sources/DataSourceOpenNebula.py1
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'])