mitaka (T + X): haproxy not listening
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-dashboard (Juju Charms Collection) |
Fix Released
|
Critical
|
James Page |
Bug Description
Trusty-Mitaka + Xenial-Mitaka: haproxy not listening.
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1067/sshd
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 11732/memcached
tcp6 0 0 :::433 :::* LISTEN 14538/apache2
tcp6 0 0 :::22 :::* LISTEN 1067/sshd
tcp6 0 0 :::70 :::* LISTEN 14538/apache2
...
01:08:02.992 2016-02-13 02:33:01,241 test_400_connection DEBUG: Checking dashboard http response...
01:08:02.992
01:08:02.992 juju-test.
01:08:02.992 juju-test.
...
urllib2.URLError: <urlopen error [Errno 111] Connection refused>
Related branches
- David Ames (community): Approve
-
Diff: 86 lines (+28/-9)3 files modifiedconfig.yaml (+0/-1)
hooks/horizon_utils.py (+4/-1)
templates/haproxy.cfg (+24/-7)
description: | updated |
summary: |
- mitaka (T + X): dashboard not listening + mitaka (T + X): haproxy not listening |
description: | updated |
Changed in openstack-dashboard (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → James Page (james-page) |
Changed in openstack-dashboard (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
tags: | added: openstack |
Changed in openstack-dashboard (Juju Charms Collection): | |
milestone: | none → 16.04 |
haproxy template needs updates for 1.6.x
On Sat, 13 Feb 2016 at 03:11 Ryan Beisner <email address hidden>
wrote:
> ** Description changed: conductor. 019-basic- trusty- mitaka DEBUG : Got conductor. 019-basic- trusty- mitaka RESULT : FAIL /bugs.launchpad .net/bugs/ 1545217 conductor. 019-basic- trusty- mitaka DEBUG : Got conductor. 019-basic- trusty- mitaka RESULT : FAIL /bugs.launchpad .net/charms/ +source/ openstack- dashboard/ +bug/1545217/ +subscriptions
>
> Trusty-Mitaka + Xenial-Mitaka: horizon not listening.
>
> - tcp 0 0 0.0.0.0:22 0.0.0.0:*
> LISTEN 1067/sshd
> - tcp 0 0 127.0.0.1:11211 0.0.0.0:*
> LISTEN 11732/memcached
> - tcp6 0 0 :::433 :::*
> LISTEN 14538/apache2
> - tcp6 0 0 :::22 :::*
> LISTEN 1067/sshd
> + tcp 0 0 0.0.0.0:22 0.0.0.0:*
> LISTEN 1067/sshd
> + tcp 0 0 127.0.0.1:11211 0.0.0.0:*
> LISTEN 11732/memcached
> + tcp6 0 0 :::433 :::*
> LISTEN 14538/apache2
> + tcp6 0 0 :::22 :::*
> LISTEN 1067/sshd
> tcp6 0 0 :::70 :::*
> LISTEN 14538/apache2
> +
> + ...
> +
> + 01:08:02.992 2016-02-13 02:33:01,241 test_400_connection DEBUG: Checking
> dashboard http response...
> + 01:08:02.992
> + 01:08:02.992 juju-test.
> exit code: 1
> + 01:08:02.992 juju-test.
> +
> + ...
> +
> + urllib2.URLError: <urlopen error [Errno 111] Connection refused>
>
> --
> You received this bug notification because you are a member of OpenStack
> Charmers, which is subscribed to openstack-dashboard in Juju Charms
> Collection.
> https:/
>
> Title:
> mitaka (T + X): dashboard not listening
>
> Status in openstack-dashboard package in Juju Charms Collection:
> New
>
> Bug description:
> Trusty-Mitaka + Xenial-Mitaka: horizon not listening.
>
> tcp 0 0 0.0.0.0:22 0.0.0.0:*
> LISTEN 1067/sshd
> tcp 0 0 127.0.0.1:11211 0.0.0.0:*
> LISTEN 11732/memcached
> tcp6 0 0 :::433 :::*
> LISTEN 14538/apache2
> tcp6 0 0 :::22 :::*
> LISTEN 1067/sshd
> tcp6 0 0 :::70 :::*
> LISTEN 14538/apache2
>
> ...
>
> 01:08:02.992 2016-02-13 02:33:01,241 test_400_connection DEBUG: Checking
> dashboard http response...
> 01:08:02.992
> 01:08:02.992 juju-test.
> exit code: 1
> 01:08:02.992 juju-test.
>
> ...
>
> urllib2.URLError: <urlopen error [Errno 111] Connection refused>
>
> To manage notifications about this bug go to:
>
> https:/
>