diff options
author | Ben Howard <ben.howard@canonical.com> | 2014-01-16 16:32:57 -0700 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2014-01-16 16:32:57 -0700 |
commit | b94c9790e055960fccf3b159d86db85ef37fb34f (patch) | |
tree | b3b74c5a7e487bfe39f9abaed7971e8e3508da0a /cloudinit/sources/DataSourceSmartOS.py | |
parent | 8209b21fc29c7d8585b8925a4deb929639797f9b (diff) | |
download | vyos-cloud-init-b94c9790e055960fccf3b159d86db85ef37fb34f.tar.gz vyos-cloud-init-b94c9790e055960fccf3b159d86db85ef37fb34f.zip |
Fixed typos
Diffstat (limited to 'cloudinit/sources/DataSourceSmartOS.py')
-rw-r--r-- | cloudinit/sources/DataSourceSmartOS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py index ccfee931..6593ce6e 100644 --- a/cloudinit/sources/DataSourceSmartOS.py +++ b/cloudinit/sources/DataSourceSmartOS.py @@ -155,7 +155,7 @@ class DataSourceSmartOS(sources.DataSource): self.metadata = util.mergemanydict([md, self.metadata]) self.userdata_raw = ud - self.vendordata_raw = vendordata + self.vendordata_raw = md['vendordata'] return True def device_name_to_device(self, name): |