octavia/octavia
Adam Harwell d27ee3f0ee Fix padding logic for UDP health daemon
Should have done "pad to 8 characters" on the hex conversion, but it was
instead hardcoded to pad a single `0`, which is right in a lot of cases
but not all.

For example:
>>> ip1 = ipaddress.ip_address('98.136.140.23')
>>> ip2 = ipaddress.ip_address('10.1.1.1')
>>> "%X" % ip1._ip
'62888C17'
>>> "%X" % ip2._ip
'A010101'

Change-Id: Ia9fec4e72c00f7086489b245d9dc50ed9c27f12a
2020-03-20 16:51:44 -07:00
..
amphorae Fix padding logic for UDP health daemon 2020-03-20 16:51:44 -07:00
api Remove all usage of six library 2020-03-18 17:15:26 -04:00
certificates Remove all usage of six library 2020-03-18 17:15:26 -04:00
cmd Fix house keeping graceful shutdown 2019-12-11 18:49:36 +01:00
common Remove all usage of six library 2020-03-18 17:15:26 -04:00
compute Remove all usage of six library 2020-03-18 17:15:26 -04:00
controller Merge "Fix load balancer update with provider filtered params" 2020-03-20 08:06:31 +00:00
db Support creating an LB in a specified AZ 2019-12-16 16:25:25 -08:00
distributor Remove all usage of six library 2020-03-18 17:15:26 -04:00
hacking Remove all usage of six library 2020-03-18 17:15:26 -04:00
network Remove all usage of six library 2020-03-18 17:15:26 -04:00
policies Availability Zone admin API 2019-11-22 09:49:17 -08:00
tests Merge "Fix load balancer update with provider filtered params" 2020-03-20 08:06:31 +00:00
volume Remove all usage of six library 2020-03-18 17:15:26 -04:00
__init__.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
i18n.py Remove _LI, _LW, _LE, _LC from i18n 2017-05-23 16:28:29 +07:00
opts.py Remove references to OpenStack Anchor 2019-06-03 14:58:44 -07:00
version.py Adds methods in version.py for proper oslo_reports setup 2016-06-07 11:51:26 +03:00