Revision 1862d460 lib/opcodes.py

b/lib/opcodes.py
160 160
  __slots__ = ["instance_name", "mem_size", "disk_size", "os_type", "pnode",
161 161
               "disk_template", "snode", "swap_size", "mode",
162 162
               "vcpus", "ip", "bridge", "src_node", "src_path", "start",
163
               "wait_for_sync", "ip_check"]
163
               "wait_for_sync", "ip_check", "mac"]
164 164

  
165 165

  
166 166
class OpReinstallInstance(OpCode):
......
257 257
class OpSetInstanceParms(OpCode):
258 258
  """Change the parameters of an instance."""
259 259
  OP_ID = "OP_INSTANCE_SET_PARMS"
260
  __slots__ = ["instance_name", "mem", "vcpus", "ip", "bridge"]
260
  __slots__ = ["instance_name", "mem", "vcpus", "ip", "bridge", "mac"]
261 261

  
262 262

  
263 263
# OS opcodes

Also available in: Unified diff