summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceConfigDrive.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-01-06 12:07:57 -0500
committerScott Moser <smoser@ubuntu.com>2015-01-06 12:07:57 -0500
commit24e32edfc4dbce532dde1d858fbdd7beebefb3aa (patch)
tree9aeba34bc027109687a3a429c675cb33a10a56e5 /cloudinit/sources/DataSourceConfigDrive.py
parent4de52eb92333245f2c88e386d57c16547b89ab97 (diff)
parent38c851e58e09c5574661ef4b2d2e66f6e38063d1 (diff)
downloadvyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.tar.gz
vyos-cloud-init-24e32edfc4dbce532dde1d858fbdd7beebefb3aa.zip
merge from trunk
Diffstat (limited to 'cloudinit/sources/DataSourceConfigDrive.py')
-rw-r--r--cloudinit/sources/DataSourceConfigDrive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloudinit/sources/DataSourceConfigDrive.py b/cloudinit/sources/DataSourceConfigDrive.py
index 27658073..15244a0d 100644
--- a/cloudinit/sources/DataSourceConfigDrive.py
+++ b/cloudinit/sources/DataSourceConfigDrive.py
@@ -79,8 +79,8 @@ class DataSourceConfigDrive(openstack.SourceMixin, sources.DataSource):
else:
mtype = None
sync = True
- results = util.mount_cb(dev, read_config_drive, mtype=mtype,
- sync=sync)
+ results = util.mount_cb(dev, read_config_drive,
+ mtype=mtype, sync=sync)
found = dev
except openstack.NonReadable:
pass