Revision 460d22be scripts/gnt-instance

b/scripts/gnt-instance
318 318

  
319 319
  """
320 320
  return GenericInstanceCreate(constants.INSTANCE_CREATE, opts, args)
321
  return 0
322 321

  
323 322

  
324 323
def BatchCreate(opts, args):
......
357 356
                    "nics": None,
358 357
                    "start": True,
359 358
                    "ip_check": True,
359
                    "name_check": True,
360 360
                    "hypervisor": None,
361 361
                    "hvparams": {},
362 362
                    "file_storage_dir": None,
......
453 453
                                  nics=tmp_nics,
454 454
                                  start=specs['start'],
455 455
                                  ip_check=specs['ip_check'],
456
                                  name_check=specs['name_check'],
456 457
                                  wait_for_sync=True,
457 458
                                  iallocator=specs['iallocator'],
458 459
                                  hypervisor=hypervisor,
......
1280 1281
  NET_OPT,
1281 1282
  NODE_PLACEMENT_OPT,
1282 1283
  NOIPCHECK_OPT,
1284
  NONAMECHECK_OPT,
1283 1285
  NONICS_OPT,
1284 1286
  NOSTART_OPT,
1285 1287
  NWSYNC_OPT,

Also available in: Unified diff