← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1608224] Re: neutron lib warnings in ipv6_util; s

 

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

commit 38f1ec03f94fc6936fe7ea51471e89d432a68099
Author: Gary Kotton <gkotton@xxxxxxxxxx>
Date:   Sun Jul 31 05:28:37 2016 -0700

    Remove neutron lib warnings from ipv6_utils
    
    Removes:
    
        neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version
        'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    
    Same for DHCPV6_STATELESS
    
    TrivialFix
    
    This also bumps the neutron-lib version following the commit above.
    
    Depends-On: 06d11930aded9c73ab9539d1730e3eb8655730a9
    Change-Id: I174a99c9e2c126ac910b017342010d988ac2abdc
    Closes-bug: #1608224


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

Title:
  neutron lib warnings in ipv6_util;s

Status in neutron:
  Fix Released

Bug description:
  Captured stderr:
  ~~~~~~~~~~~~~~~~
      /home/gkotton/networking-sfc/.tox/py27/src/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
        modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
      /home/gkotton/networking-sfc/.tox/py27/src/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: DHCPV6_STATELESS in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
        modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]

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


References