Reviewed:  https://review.openstack.org/336907
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=b2de391b215482fb90ac89378a2af4d8a3e32204
Submitter: Jenkins
Branch:    master

commit b2de391b215482fb90ac89378a2af4d8a3e32204
Author: QunyingRan <ran.quny...@zte.com.cn>
Date:   Sun Jul 3 17:49:14 2016 +0800

    next() is incompatible in test_network_ip_availability.py
    
    Replace iter.next() with next(iter)
    
    Change-Id: I43dfda97451d2893a5fca480b79f14da479c01df
    Closes-Bug: #1598527


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1598527

Title:
  next() is incompatible in test_network_ip_availability.py

Status in neutron:
  Fix Released

Bug description:
  In test_network_ip_availability.py:89 I think 'subnet_cidr =
  cidr.subnet(mask_bits).next()' should be 'subnet_cidr =
  next(cidr.subnet(mask_bits))'

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1598527/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to