summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-09-26 10:56:23 -0400
committerScott Moser <smoser@ubuntu.com>2013-09-26 10:56:23 -0400
commit85bce58f1202dc2868e7d3f0abd7f3fcd96700f0 (patch)
tree46507c13c6562fb4d438566dcd84dfb2e45f354c
parent356f5f434d3712fbfddc09d614eedfdb6ebe63a4 (diff)
downloadvyos-cloud-init-85bce58f1202dc2868e7d3f0abd7f3fcd96700f0.tar.gz
vyos-cloud-init-85bce58f1202dc2868e7d3f0abd7f3fcd96700f0.zip
fix pep8
-rw-r--r--cloudinit/sources/DataSourceAzure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py
index 3f96a0a5..ef3f073a 100644
--- a/cloudinit/sources/DataSourceAzure.py
+++ b/cloudinit/sources/DataSourceAzure.py
@@ -120,7 +120,6 @@ class DataSourceAzureNet(sources.DataSource):
if seed:
self.metadata['random_seed'] = seed
-
# now update ds_cfg to reflect contents pass in config
usercfg = util.get_cfg_by_path(self.cfg, DS_CFG_PATH, {})
self.ds_cfg = util.mergemanydict([usercfg, self.ds_cfg])