Revision 9766a80e snf-cyclades-app/synnefo/logic/management/commands/reconcile-networks.py

b/snf-cyclades-app/synnefo/logic/management/commands/reconcile-networks.py
304 304
    r_map = a_map.copy()
305 305
    r_map.setall(True)
306 306
    for address in reserved.split(','):
307
        index = converter.value_to_index(address)
307
        index = converter.value_to_index(address.strip())
308 308
        a_map[index] = True
309 309
        r_map[index] = False
310 310
    return a_map, r_map

Also available in: Unified diff