Revision eaf7d41d lib/opcodes.py

b/lib/opcodes.py
479 479
  @ivar source_handshake: Signed handshake from source (remote import only)
480 480
  @ivar source_x509_ca: Source X509 CA in PEM format (remote import only)
481 481
  @ivar source_instance_name: Previous name of instance (remote import only)
482
  @ivar source_shutdown_timeout: Shutdown timeout used for source instance
483
    (remote import only)
482 484

  
483 485
  """
484 486
  OP_ID = "OP_INSTANCE_CREATE"
......
496 498
    "source_handshake",
497 499
    "source_x509_ca",
498 500
    "source_instance_name",
501
    "source_shutdown_timeout",
499 502
    ]
500 503

  
501 504

  

Also available in: Unified diff