octavia/octavia/amphorae/backends/agent/api_server
Adam Harwell 96a4482dff Fix py3 amphora-agent cert-rotation type bug
Flask's stream always returns bytes, file write always takes string.
This causes py3 amps to return 500 on cert rotation AND wipe out the
certificate, so the amphora are no longer controllable and go to ERROR
state. Anyone running py3 amps prior to this patch will experience
amphorae breaking on a timer due to housekeeping cert rotation!

Change-Id: I831b0b48d719397c14d80f8ebcbad997c50c7795
2020-04-14 06:48:43 -07:00
..
templates Fix template that generates vrrp check script 2019-08-26 13:50:42 +02:00
__init__.py Fix multi-listener load balancers 2019-07-23 14:28:49 -07:00
amphora_info.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
certificate_update.py Fix py3 amphora-agent cert-rotation type bug 2020-04-14 06:48:43 -07:00
haproxy_compatibility.py Support haproxy development snapshot version parsing 2020-01-27 15:07:05 +01:00
keepalived.py Fix multi-listener load balancers 2019-07-23 14:28:49 -07:00
keepalivedlvs.py Fixed down server issue after reloading keepalived 2019-07-30 12:19:08 +02:00
loadbalancer.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
osutils.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
plug.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
server.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
udp_listener_base.py Remove all usage of six library 2020-03-18 17:15:26 -04:00
util.py Add ability to set TLS cipher list for listeners 2020-04-06 17:06:32 -07:00