diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-09-26 10:56:23 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-09-26 10:56:23 -0400 |
commit | 85bce58f1202dc2868e7d3f0abd7f3fcd96700f0 (patch) | |
tree | 46507c13c6562fb4d438566dcd84dfb2e45f354c /cloudinit/sources | |
parent | 356f5f434d3712fbfddc09d614eedfdb6ebe63a4 (diff) | |
download | vyos-cloud-init-85bce58f1202dc2868e7d3f0abd7f3fcd96700f0.tar.gz vyos-cloud-init-85bce58f1202dc2868e7d3f0abd7f3fcd96700f0.zip |
fix pep8
Diffstat (limited to 'cloudinit/sources')
-rw-r--r-- | cloudinit/sources/DataSourceAzure.py | 1 |
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]) |