haproxy is listening on ipv4 when ipv6 enabled

Bug #1404342 reported by Edward Hope-Morley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-dashboard (Juju Charms Collection)
Fix Released
High
Liang Chen

Bug Description

global
    log 127.0.0.1 local0
    log 127.0.0.1 local1 notice
    maxconn 20000
    user haproxy
    group haproxy
    spread-checks 0

defaults
    log global
    mode tcp
    option tcplog
    option dontlognull
    retries 3
    timeout queue 1000
    timeout connect 1000
    timeout client 30000
    timeout server 30000

listen stats :8888
    mode http
    stats enable
    stats hide-version
    stats realm Haproxy\ Statistics
    stats uri /
    stats auth admin:password

listen dash_insecure 0.0.0.0:80
    balance source
    option tcplog
    server openstack-dashboard-1 2001:db8:1:0:f816:3eff:fe81:70b0:70 check
    server openstack-dashboard-0 2001:db8:1:0:f816:3eff:fe6d:4f0f:70 check

listen dash_secure 0.0.0.0:443
    balance source
    option tcplog
    server openstack-dashboard-1 2001:db8:1:0:f816:3eff:fe81:70b0:433 check
    server openstack-dashboard-0 2001:db8:1:0:f816:3eff:fe6d:4f0f:433 check

Related branches

summary: - haproxy is listening on ipv4 localhost when ipv6 enabled
+ haproxy is listening on ipv4 when ipv6 enabled
Changed in openstack-dashboard (Juju Charms Collection):
importance: Undecided → High
Liang Chen (cbjchen)
Changed in openstack-dashboard (Juju Charms Collection):
assignee: nobody → Liang Chen (cbjchen)
Changed in openstack-dashboard (Juju Charms Collection):
status: New → In Progress
Liam Young (gnuoy)
Changed in openstack-dashboard (Juju Charms Collection):
milestone: none → 15.04
tags: added: backport-potential
Liang Chen (cbjchen)
Changed in openstack-dashboard (Juju Charms Collection):
status: In Progress → Fix Committed
James Page (james-page)
Changed in openstack-dashboard (Juju Charms Collection):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.