same issue with octavia on zed/stable:
# egrep "ProxyPass|Listen" /etc/apache2/sites-enabled/openstack_https_frontend.conf Listen 9866 ProxyPass / http://localhost:9866/ ProxyPassReverse / http://localhost:9866/
i.e. it is proxying to itself. Changing those to 9865 fixes it.
same issue with octavia on zed/stable:
# egrep "ProxyPass|Listen" /etc/apache2/ sites-enabled/ openstack_ https_frontend. conf localhost: 9866/ verse / http:// localhost: 9866/
Listen 9866
ProxyPass / http://
ProxyPassRe
i.e. it is proxying to itself. Changing those to 9865 fixes it.