X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/31a853d29eef10d91092cbb41ad814d0b11050f3..acec9d51f4aea4b4571fcee477bea935487b8b83:/lib/opcodes.py diff --git a/lib/opcodes.py b/lib/opcodes.py index dbae63c..094d085 100644 --- a/lib/opcodes.py +++ b/lib/opcodes.py @@ -159,14 +159,6 @@ class OpCode(BaseJO): return op -class OpInitCluster(OpCode): - """Initialise the cluster.""" - OP_ID = "OP_CLUSTER_INIT" - __slots__ = ["cluster_name", "secondary_ip", "hypervisor_type", - "vg_name", "mac_prefix", "def_bridge", "master_netdev", - "file_storage_dir"] - - class OpDestroyCluster(OpCode): """Destroy the cluster.""" OP_ID = "OP_CLUSTER_DESTROY"