Revision 361be142

b/snf-cyclades-app/synnefo/tools/update_to_floating_ips
47 47
        logger.setLevel(logging.DEBUG)
48 48

  
49 49
    public_ips = IPAddress.objects.filter(network__public=True,
50
                                          subnet__ipversion=4,
50 51
                                          floating_ip=False)
51 52
    if options.network_id is not None:
52 53
        network = get_network(options.network_id)

Also available in: Unified diff