Revision 7ac1fc45

b/scripts/gnt-instance
196 196
      "hv/cdrom_image_path": "HVM_CDROM_image_path",
197 197
      "hv/nic_type": "HVM_NIC_type",
198 198
      "hv/disk_type": "HVM_Disk_type",
199
      "vnc_bind_address": "VNC_bind_address",
199
      "hv/vnc_bind_address": "VNC_bind_address",
200 200
      "serial_no": "SerialNo", "hypervisor": "Hypervisor",
201 201
      "hvparams": "Hypervisor_parameters",
202 202
      "be/memory": "Configured_memory",
......
883 883
  make_option("--no-ip-check", dest="ip_check", default=True,
884 884
              action="store_false", help="Don't check that the instance's IP"
885 885
              " is alive (only valid with --no-start)"),
886
  make_option("--kernel", dest="kernel_path",
887
              help="Path to the instances' kernel (or 'default')",
888
              default=None,
889
              type="string", metavar="<FILENAME>"),
890
  make_option("--initrd", dest="initrd_path",
891
              help="Path to the instances' initrd (or 'none', or 'default')",
892
              default=None,
893
              type="string", metavar="<FILENAME>"),
894
  make_option("--hvm-boot-order", dest="hvm_boot_order",
895
              help="Boot device order for HVM (one or more of [acdn])",
896
              default=None, type="string", metavar="<BOOTORDER>"),
897 886
  make_option("--file-storage-dir", dest="file_storage_dir",
898 887
              help="Relative path under default cluster-wide file storage dir"
899 888
              " to store file-based disks", default=None,
......
907 896
              help="Hypervisor and hypervisor options, in the format"
908 897
              " hypervisor:option=value,option=value,...", default=None,
909 898
              type="identkeyval"),
910
  make_option("--vnc-bind-address", dest="vnc_bind_address",
911
              help="bind address for VNC (IP address)",
912
              default=None, type="string", metavar="<VNCADDRESS>"),
913 899
  SUBMIT_OPT,
914 900
  ]
915 901

  

Also available in: Unified diff