neutron/neutron/services/externaldns
Miguel Lavalle 2dc6cb7b8d Fixes external DNS driver failure with Python 3.4
The external DNS driver uses an index computed with a division to slice strings
when calculating PTR records. In Python 3.4, this division returns a float
instead of an int, which causes the slice operation to fail leading to Python
3.4 unit tests to fail in Jenkins

Change-Id: I15ec039a095e00db9087b67557f9fab997e48648
Closes-Bug: 1554922
2016-03-09 17:56:21 +00:00
..
drivers Fixes external DNS driver failure with Python 3.4 2016-03-09 17:56:21 +00:00
__init__.py External DNS driver reference implementation 2016-01-21 21:55:08 +00:00
driver.py External DNS driver reference implementation 2016-01-21 21:55:08 +00:00