diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-02 14:36:51 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-02 14:36:51 -0400 |
commit | bd31ab1e78f59c88b4aba031ffdaca506b3b04ae (patch) | |
tree | bfb744ee1d45d8990e914f87ef4c741f5edf4278 | |
parent | 1abff1453a24ed14375cb6294364295a0c2c7ee3 (diff) | |
download | vyos-cloud-init-bd31ab1e78f59c88b4aba031ffdaca506b3b04ae.tar.gz vyos-cloud-init-bd31ab1e78f59c88b4aba031ffdaca506b3b04ae.zip |
fix untested previous change to smartos
-rw-r--r-- | cloudinit/sources/DataSourceSmartOS.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py index 55dc94bb..0e03b04f 100644 --- a/cloudinit/sources/DataSourceSmartOS.py +++ b/cloudinit/sources/DataSourceSmartOS.py @@ -186,7 +186,6 @@ class DataSourceSmartOS(sources.DataSource): self._network_config = None self.script_base_d = os.path.join(self.paths.get_cpath("scripts")) - self.smartos_type = None self._init() |