Revision 777e8b6f

b/lib/opcodes.py
192 192
             ht.TElemOf(constants.INSTANCE_REASON_SOURCES),
193 193
             ht.TMaybeString,
194 194
           ])),
195
   "The reason why the reboot is happening")
195
   "The reason why the state of the instance is changing")
196 196

  
197 197
#: OP_ID conversion regular expression
198 198
_OPID_RE = re.compile("([a-z])([A-Z])")

Also available in: Unified diff