Revision 12515db7

b/lib/opcodes.py
224 224
  __slots__ = ["name"]
225 225

  
226 226

  
227
class OpSetClusterParams(OpCode):
228
  """Change the parameters of the cluster."""
229
  OP_ID = "OP_CLUSTER_SET_PARAMS"
230
  __slots__ = ["vg_name"]
231

  
232

  
227 233
# node opcodes
228 234

  
229 235
class OpRemoveNode(OpCode):

Also available in: Unified diff