gnt-instance console: Improve error reporting
[ganeti-local] / lib / opcodes.py
index fcec362..d53cea6 100644 (file)
@@ -437,6 +437,7 @@ class OpSetNodeParams(OpCode):
     "auto_promote",
     "master_capable",
     "vm_capable",
     "auto_promote",
     "master_capable",
     "vm_capable",
+    "secondary_ip",
     ]
 
 
     ]
 
 
@@ -478,6 +479,8 @@ class OpCreateInstance(OpCode):
   @ivar source_handshake: Signed handshake from source (remote import only)
   @ivar source_x509_ca: Source X509 CA in PEM format (remote import only)
   @ivar source_instance_name: Previous name of instance (remote import only)
   @ivar source_handshake: Signed handshake from source (remote import only)
   @ivar source_x509_ca: Source X509 CA in PEM format (remote import only)
   @ivar source_instance_name: Previous name of instance (remote import only)
+  @ivar source_shutdown_timeout: Shutdown timeout used for source instance
+    (remote import only)
 
   """
   OP_ID = "OP_INSTANCE_CREATE"
 
   """
   OP_ID = "OP_INSTANCE_CREATE"
@@ -495,6 +498,7 @@ class OpCreateInstance(OpCode):
     "source_handshake",
     "source_x509_ca",
     "source_instance_name",
     "source_handshake",
     "source_x509_ca",
     "source_instance_name",
+    "source_shutdown_timeout",
     ]
 
 
     ]