Hey everyone please give me some advice.
For a while now I’ve been attempting to build a HA Implementation of the Openstack Ussuri Base bundle using MaaS 2.8 and Juju 2.8
I get to the point where the whole model is stable but when I try log into the Dashboard I’m getting ERR_EMPTY_RESPONSE.
Here’s my juju status and my my juju bundle
I’m really lost and don’t know what to do next.
The only thing of interest I’ve managed to find is in /var/log/apache2/error.log of the Dashboard units. Seems like Neutron is locking up everything
[Mon Aug 03 23:44:49.780795 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] Recoverable error: Connection to neutron failed: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[Mon Aug 03 23:45:19.808348 2020] [wsgi:error] [pid 131366:tid 139651134682880] [remote 192.168.51.32:41508] Recoverable error: Connection to neutron failed: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[Mon Aug 03 23:46:19.812267 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] Internal Server Error: /horizon/project/
[Mon Aug 03 23:46:19.812334 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] Traceback (most recent call last):
[Mon Aug 03 23:46:19.812345 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
[Mon Aug 03 23:46:19.812354 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] httplib_response = self._make_request(
[Mon Aug 03 23:46:19.812361 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, in _make_request
[Mon Aug 03 23:46:19.812369 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] six.raise_from(e, None)
[Mon Aug 03 23:46:19.812376 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "<string>", line 3, in raise_from
[Mon Aug 03 23:46:19.812384 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 416, in _make_request
[Mon Aug 03 23:46:19.812392 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] httplib_response = conn.getresponse()
[Mon Aug 03 23:46:19.812415 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 1332, in getresponse
[Mon Aug 03 23:46:19.812423 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] response.begin()
[Mon Aug 03 23:46:19.812430 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 303, in begin
[Mon Aug 03 23:46:19.812437 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] version, status, reason = self._read_status()
[Mon Aug 03 23:46:19.812443 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 272, in _read_status
[Mon Aug 03 23:46:19.812450 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] raise RemoteDisconnected("Remote end closed connection without"
[Mon Aug 03 23:46:19.812457 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] http.client.RemoteDisconnected: Remote end closed connection without response
[Mon Aug 03 23:46:19.812464 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668]
[Mon Aug 03 23:46:19.812470 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] During handling of the above exception, another exception occurred:
[Mon Aug 03 23:46:19.812477 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668]
[Mon Aug 03 23:46:19.812483 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] Traceback (most recent call last):
[Mon Aug 03 23:46:19.812490 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
[Mon Aug 03 23:46:19.812497 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] resp = conn.urlopen(
[Mon Aug 03 23:46:19.812503 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 719, in urlopen
[Mon Aug 03 23:46:19.812510 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] retries = retries.increment(
[Mon Aug 03 23:46:19.812517 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 400, in increment
[Mon Aug 03 23:46:19.812524 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] raise six.reraise(type(error), error, _stacktrace)
[Mon Aug 03 23:46:19.812531 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/six.py", line 702, in reraise
[Mon Aug 03 23:46:19.812538 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] raise value.with_traceback(tb)
[Mon Aug 03 23:46:19.812544 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
[Mon Aug 03 23:46:19.812551 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] httplib_response = self._make_request(
[Mon Aug 03 23:46:19.812558 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, in _make_request
[Mon Aug 03 23:46:19.812565 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] six.raise_from(e, None)
[Mon Aug 03 23:46:19.812572 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "<string>", line 3, in raise_from
[Mon Aug 03 23:46:19.812579 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 416, in _make_request
[Mon Aug 03 23:46:19.812604 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] httplib_response = conn.getresponse()
[Mon Aug 03 23:46:19.812612 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 1332, in getresponse
[Mon Aug 03 23:46:19.812619 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] response.begin()
[Mon Aug 03 23:46:19.812626 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 303, in begin
[Mon Aug 03 23:46:19.812633 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] version, status, reason = self._read_status()
[Mon Aug 03 23:46:19.812640 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] File "/usr/lib/python3.8/http/client.py", line 272, in _read_status
[Mon Aug 03 23:46:19.812646 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] raise RemoteDisconnected("Remote end closed connection without"
[Mon Aug 03 23:46:19.812654 2020] [wsgi:error] [pid 131365:tid 139651134682880] [remote 192.168.51.32:39668] urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))