diff --git a/lib/opcodes.py b/lib/opcodes.py index faffbac2cac3dcb97c6a87d933dcb6685f1e566b..e6db3c37aaea06a80415356fbe327eeed2ea9b68 100644 --- a/lib/opcodes.py +++ b/lib/opcodes.py @@ -192,7 +192,7 @@ _PReason = \ 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])")