Reviewed: https://review.openstack.org/262516 Committed: https://git.openstack.org/cgit/openstack/octavia/commit/?id=6e51606b56a213873b756e367bb36d8b605015ef Submitter: Jenkins Branch: master
commit 6e51606b56a213873b756e367bb36d8b605015ef Author: Shuquan Huang <[email protected]> Date: Wed Dec 30 21:51:29 2015 +0800 Do not use __builtin__ in python3 __builtin__ does not exist in Python 3, use six.moves.builtins instead. Change-Id: I58d456669abcbc58c9a3df8f15f24996a71b299b closes-bug: #1290234 ** Changed in: octavia 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/1290234 Title: do not use __builtin__ in Python3 Status in Bandit: Fix Released Status in Glance: Fix Released Status in heat: Triaged Status in OpenStack Identity (keystone): Fix Released Status in Magnum: Fix Released Status in neutron: In Progress Status in OpenStack Compute (nova): In Progress Status in octavia: Fix Released Status in Swift Authentication: Fix Released Status in Trove: In Progress Status in tuskar: Fix Released Bug description: __builtin__ does not exist in Python 3, use six.moves.builtins instead. To manage notifications about this bug go to: https://bugs.launchpad.net/bandit/+bug/1290234/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

