Revision c5e489f7

b/lib/constants.py
242 242
DEFAULT_VG = "xenvg"
243 243
BIND_ADDRESS_GLOBAL = "0.0.0.0"
244 244
MIN_VG_SIZE = 20480
245
DEFAULT_MAC_PREFIX = "aa:00:00"
245 246

  
246 247
# RPC constants
247 248
(RPC_ENCODING_NONE,
......
401 402
RAPI_ENABLE = True
402 403
RAPI_PORT = 5080
403 404

  
404
# max dynamnic devices
405
# max dynamic devices
405 406
MAX_NICS = 8
406 407
MAX_DISKS = 16
407 408

  
b/scripts/gnt-cluster
541 541
                        help="Specify the mac prefix for the instance IP"
542 542
                        " addresses, in the format XX:XX:XX",
543 543
                        metavar="PREFIX",
544
                        default="aa:00:00",),
544
                        default=constants.DEFAULT_MAC_PREFIX,),
545 545
            make_option("-g", "--vg-name", dest="vg_name",
546 546
                        help="Specify the volume group name "
547 547
                        " (cluster-wide) for disk allocation [xenvg]",

Also available in: Unified diff