← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1554922] [NEW] External DNS driver fails with Python 3.4 with an index computed with a division operation when slicing a string

 

Public bug reported:

The external DNS driver for Designate has method _get_in_addr_zone_name
that utilizes a division operation to compute an index to slice a
string. The string slicing fails if the index is not explicitly
converted to int in python 3.4

** Affects: neutron
     Importance: Medium
     Assignee: Miguel Lavalle (minsel)
         Status: New

** Changed in: neutron
   Importance: Undecided => Medium

** Changed in: neutron
     Assignee: (unassigned) => Miguel Lavalle (minsel)

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

Title:
  External DNS driver fails with Python 3.4 with an index computed with
  a division operation  when slicing a string

Status in neutron:
  New

Bug description:
  The external DNS driver for Designate has method
  _get_in_addr_zone_name that utilizes a division operation to compute
  an index to slice a string. The string slicing fails if the index is
  not explicitly converted to int in python 3.4

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


Follow ups