summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2014-01-16 16:32:57 -0700
committerBen Howard <ben.howard@canonical.com>2014-01-16 16:32:57 -0700
commitb94c9790e055960fccf3b159d86db85ef37fb34f (patch)
treeb3b74c5a7e487bfe39f9abaed7971e8e3508da0a /cloudinit/sources/DataSourceSmartOS.py
parent8209b21fc29c7d8585b8925a4deb929639797f9b (diff)
downloadvyos-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.py2
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):