Revision e49099a4

b/lib/rapi/rlib1.py
97 97
        "64bit",
98 98
        "x86_64"
99 99
      ],
100
      "hypervisor_type": "xen-3.0",
100
      "hypervisor_type": "xen-pvm",
101 101
      "protocol_version": 12
102 102
    }
103 103

  
b/qa/qa-sample.json
1 1
{
2 2
  "name": "xen-test",
3 3
  "rename": "xen-test-rename",
4
  "hypervisor-type": "xen-3.0",
4
  "hypervisor-type": "xen-pvm",
5 5

  
6 6
  "os": "debian-etch",
7 7
  "os-size": "10G",
b/scripts/gnt-cluster
360 360
                        metavar="ADDRESS", default=None),
361 361
            make_option("-t", "--hypervisor-type", dest="hypervisor_type",
362 362
                        help="Specify the hypervisor type "
363
                        "(xen-3.0, kvm, fake, xen-hvm-3.1)",
364
                        metavar="TYPE", choices=["xen-3.0",
363
                        "(xen-pvm, kvm, fake, xen-hvm)",
364
                        metavar="TYPE", choices=["xen-pvm",
365 365
                                                 "kvm",
366 366
                                                 "fake",
367
                                                 "xen-hvm-3.1"],
368
                        default="xen-3.0",),
367
                                                 "xen-hvm"],
368
                        default="xen-pvm",),
369 369
            make_option("-m", "--mac-prefix", dest="mac_prefix",
370 370
                        help="Specify the mac prefix for the instance IP"
371 371
                        " addresses, in the format XX:XX:XX",

Also available in: Unified diff