The "reason" opcode parameter can now apply to multiple opcodes, not just the
one for rebooting instances.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
ht.TElemOf(constants.INSTANCE_REASON_SOURCES),
ht.TMaybeString,
])),
- "The reason why the reboot is happening")
+ "The reason why the state of the instance is changing")
#: OP_ID conversion regular expression
_OPID_RE = re.compile("([a-z])([A-Z])")