diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
commit | eb29af61f9388de7a69bf7112193976dd4feb6db (patch) | |
tree | 0a12d1de1bc6bb5527a3f99d01401df95250c0c7 /cloudinit/sources/DataSourceAltCloud.py | |
parent | 4613bb45dde05cc859a0b4dec6587d80767b47c7 (diff) | |
parent | 584b8434872322a9f617831742cc6b15977ecfbc (diff) | |
download | vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.tar.gz vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.zip |
merge from master at 0.7.8-45-g584b843
Diffstat (limited to 'cloudinit/sources/DataSourceAltCloud.py')
-rw-r--r-- | cloudinit/sources/DataSourceAltCloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceAltCloud.py b/cloudinit/sources/DataSourceAltCloud.py index 20345389..fac7bbcc 100644 --- a/cloudinit/sources/DataSourceAltCloud.py +++ b/cloudinit/sources/DataSourceAltCloud.py @@ -270,6 +270,7 @@ class DataSourceAltCloud(sources.DataSource): else: return False + # Used to match classes to dependencies # Source DataSourceAltCloud does not really depend on networking. # In the future 'dsmode' like behavior can be added to offer user |