summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-05-27 14:55:52 -0400
committerScott Moser <smoser@ubuntu.com>2016-05-27 14:55:52 -0400
commit9a43053c564210aa088f96ab7877a66a1c3b48fa (patch)
treeb6198a5a4c47dec299eb27b45cf24ccc7c7366e4
parenta9533cd924e8eae89234a19d8359a87c23a30e12 (diff)
downloadvyos-cloud-init-9a43053c564210aa088f96ab7877a66a1c3b48fa.tar.gz
vyos-cloud-init-9a43053c564210aa088f96ab7877a66a1c3b48fa.zip
Smartos datasource is local.
-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 3d7297c9..24331d37 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -743,7 +743,7 @@ def convert_smartos_network_data(network_data=None):
# Used to match classes to dependencies
datasources = [
- (DataSourceSmartOS, (sources.DEP_FILESYSTEM, sources.DEP_NETWORK)),
+ (DataSourceConfigDrive, (sources.DEP_FILESYSTEM, )),
]