← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1619463] Re: DHCPv6 lease release code introduced a bug

 

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

commit 2d67b68cc41e16914a2007ab3883a5c9995d1cd3
Author: Brian Haley <brian.haley@xxxxxxx>
Date:   Thu Sep 1 16:49:59 2016 -0400

    Fix AddrFormatError in DHCPv6 lease release code
    
    A change that merged recently for DHCPv6 lease release
    did not have the correct format for the lease file in
    the unit test, so we started seeing these today from
    the functional tests:
    
    AddrFormatError: failed to detect a valid IP address from '[2003::2]'
    
    We have to strip the brackets from IPs read from the
    lease file.
    
    https://review.openstack.org/#/c/301747/ was the culprit.
    
    Closes-bug: 1619463
    
    Change-Id: I0964fe9d00f8f3922041b12c352449e943b8f251


** 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/1619463

Title:
  DHCPv6 lease release code introduced a bug

Status in neutron:
  Fix Released

Bug description:
  Code that merged recently for DHCPv6 lease release introduced a bug
  since it did not have the correct format for the lease file.

  AddrFormatError: failed to detect a valid IP address from '[2003::2]'

  http://logs.openstack.org/23/364323/1/check/gate-tempest-dsvm-neutron-
  dvr-multinode-
  full/33a1a5e/logs/screen-q-dhcp.txt.gz?level=TRACE#_2016-09-01_17_48_47_069

  We have to strip the brackets from IPs read from the lease file.

  https://review.openstack.org/#/c/301747/ is the culprit.

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


References