diff options
-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 |