summaryrefslogtreecommitdiff
path: root/cloudinit/sources
diff options
context:
space:
mode:
authorAdam Dobrawy <naczelnik@jawnosc.tk>2019-12-17 17:13:00 +0100
committerDaniel Watkins <daniel@daniel-watkins.co.uk>2019-12-18 09:53:49 -0500
commit1bf41cdda3805b053f198ab94717dba247edd969 (patch)
tree7ba902b82b161bc3271166f4291b7d193d5d26a6 /cloudinit/sources
parente03c71aed91cbcbfb37cfadbf63b21a2d7e61a52 (diff)
downloadvyos-cloud-init-1bf41cdda3805b053f198ab94717dba247edd969.tar.gz
vyos-cloud-init-1bf41cdda3805b053f198ab94717dba247edd969.zip
rbxcloud: fix dsname in RbxCloud
LP: #1855196
Diffstat (limited to 'cloudinit/sources')
-rw-r--r--cloudinit/sources/DataSourceRbxCloud.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceRbxCloud.py b/cloudinit/sources/DataSourceRbxCloud.py
index 9a8c3d5c..c3cd5c79 100644
--- a/cloudinit/sources/DataSourceRbxCloud.py
+++ b/cloudinit/sources/DataSourceRbxCloud.py
@@ -197,6 +197,7 @@ def read_user_data_callback(mount_dir):
class DataSourceRbxCloud(sources.DataSource):
+ dsname = "RbxCloud"
update_events = {'network': [
EventType.BOOT_NEW_INSTANCE,
EventType.BOOT