From 1bf41cdda3805b053f198ab94717dba247edd969 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 17 Dec 2019 17:13:00 +0100 Subject: rbxcloud: fix dsname in RbxCloud LP: #1855196 --- cloudinit/sources/DataSourceRbxCloud.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3