diff options
author | Adam Dobrawy <naczelnik@jawnosc.tk> | 2019-12-17 17:13:00 +0100 |
---|---|---|
committer | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-12-18 09:53:49 -0500 |
commit | 1bf41cdda3805b053f198ab94717dba247edd969 (patch) | |
tree | 7ba902b82b161bc3271166f4291b7d193d5d26a6 /cloudinit/sources/DataSourceRbxCloud.py | |
parent | e03c71aed91cbcbfb37cfadbf63b21a2d7e61a52 (diff) | |
download | vyos-cloud-init-1bf41cdda3805b053f198ab94717dba247edd969.tar.gz vyos-cloud-init-1bf41cdda3805b053f198ab94717dba247edd969.zip |
rbxcloud: fix dsname in RbxCloud
LP: #1855196
Diffstat (limited to 'cloudinit/sources/DataSourceRbxCloud.py')
-rw-r--r-- | cloudinit/sources/DataSourceRbxCloud.py | 1 |
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 |