Revision 74459c12 snf-cyclades-app/synnefo/api/util.py

b/snf-cyclades-app/synnefo/api/util.py
260 260

  
261 261
    """
262 262
    address = None
263
    if settings.PUBLIC_ROUTED_USE_POOL:
263
    if settings.PUBLIC_USE_POOL:
264 264
        (network, address) = allocate_public_address(backend)
265 265
    else:
266 266
        for net in list(backend_public_networks(backend)):

Also available in: Unified diff