We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbfef2 commit c22840fCopy full SHA for c22840f
compute/metadata/main.py
@@ -57,7 +57,7 @@ def wait_for_maintenance(callback):
57
else:
58
# Possible events:
59
# MIGRATE_ON_HOST_MAINTENANCE: instance will be migrated
60
- # SHUTDOWN_ON_HOST_MAINTENANCE: instance will be shut down
+ # TERMINATE_ON_HOST_MAINTENANCE: instance will be shut down
61
maintenance_event = r.text
62
63
if maintenance_event != last_maintenance_event:
0 commit comments