From b83c0fb7a35ea5c4f61ef4ce94d037a4f10f3c1e Mon Sep 17 00:00:00 2001 From: Vlastimil Holer Date: Thu, 21 Feb 2013 14:45:34 +0100 Subject: Remove TODO --- cloudinit/sources/DataSourceOpenNebula.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit') 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']) -- cgit v1.2.3