Revision c4de9b7a lib/build/rpc_definitions.py

b/lib/build/rpc_definitions.py
142 142
    ("success", None, "Whether the migration succeeded or not"),
143 143
    ("live", None, "Whether the user requested a live migration or not"),
144 144
    ], None, "Finalize the instance migration on the source node"),
145
  ("instance_start", SINGLE, TMO_NORMAL, [
146
    ("instance_hvp_bep", "self._InstDictHvpBep(%s)", None),
147
    ("startup_paused", None, None),
148
    ], None, "Starts an instance"),
149
  ("instance_os_add", SINGLE, TMO_1DAY, [
150
    ("instance_osp", "self._InstDictOsp(%s)", None),
151
    ("reinstall", None, None),
152
    ("debug", None, None),
153
    ], None, "Starts an instance"),
145 154
  ]
146 155

  
147 156
_IMPEXP_CALLS = [

Also available in: Unified diff