summaryrefslogtreecommitdiff
path: root/cloudinit/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/event.py')
-rw-r--r--cloudinit/event.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/event.py b/cloudinit/event.py
index 76a0afc6..53ad4c25 100644
--- a/cloudinit/event.py
+++ b/cloudinit/event.py
@@ -29,6 +29,7 @@ class EventType(Enum):
BOOT = "boot"
BOOT_NEW_INSTANCE = "boot-new-instance"
BOOT_LEGACY = "boot-legacy"
+ HOTPLUG = 'hotplug'
def __str__(self): # pylint: disable=invalid-str-returned
return self.value