Revision 0f5c7770 lib/cmdlib.py

b/lib/cmdlib.py
15798 15798
    try:
15799 15799
      pool = network.AddressPool.InitializeNetwork(nobj)
15800 15800
    except errors.AddressPoolError, e:
15801
      raise errors.OpExecError("Cannot create IP pool for this network. %s" % e)
15801
      raise errors.OpExecError("Cannot create IP pool for this network: %s" % e)
15802 15802

  
15803 15803
    # Check if we need to reserve the nodes and the cluster master IP
15804 15804
    # These may not be allocated to any instances in routed mode, as

Also available in: Unified diff