]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use format to convert ints to strings
authorJames Page <james.page@ubuntu.com>
Thu, 1 Oct 2015 10:54:28 +0000 (11:54 +0100)
committerKyle Mestery <mestery@mestery.com>
Fri, 2 Oct 2015 16:01:44 +0000 (16:01 +0000)
commit18344140bd0aae61dd6f50667d719cd9cfe149cb
tree2393bb68f25d82edfcbbd8ccfc4f68b5e5251720
parentfa2b18c45ae0e7aefa0a0b454c5b7b4e9a05f63a
Use format to convert ints to strings

This ensures that on 32bit architectures, where
sometimes an implicit long is created, the resulting
string does not contain a 'L' suffix as generated
by the hex function.

Change-Id: I264f90d68009963fe7a217c2170e1cf2f46ae2bb
Closes-Bug: 1501703
(cherry picked from commit 49883f1b2bfc9a4f06b1d336553d7f0ab4289a0d)
neutron/agent/linux/ip_lib.py