Hi,
I've installed a Juno controller (which is also a network node). After configuring all service, I launched all of them, and I haven't found any error in the files /var/log/nova/*. Despite this, the consoleauth seems to be "down", as reported by "nova service-list":

[root@controller-01 nova]# nova service-list|grep console
| 12 | nova-consoleauth | <HIDDEN_HOST> | internal | enabled | down | 2015-09-16T12:32:30.000000 | - |

Its log just shows:

2015-09-18 09:40:06.697 5358 AUDIT nova.service [-] Starting consoleauth node (version 2014.2.2-1.el7) 2015-09-18 09:40:07.833 5358 INFO oslo.messaging._drivers.impl_rabbit [req-0ed5c7c0-a499-4afd-a005-a28367342be9 ] Connecting to AMQP server on x.y.z.w:5672 2015-09-18 09:40:07.855 5358 INFO oslo.messaging._drivers.impl_rabbit [req-0ed5c7c0-a499-4afd-a005-a28367342be9 ] Connected to AMQP server on x.y.z.w:5672

(the verbose in the nova.conf is already True).

The command "nova get-vnc-console test novnc" hungs for long, and when it wake back:

DEBUG (shell:803) ('Connection aborted.', BadStatusLine("''",))
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 800, in main
    OpenStackComputeShell().main(argv)
File "/usr/lib/python2.7/site-packages/novaclient/shell.py", line 730, in main
    args.func(self.cs, args)
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/shell.py", line 1999, in do_get_vnc_console
    data = server.get_vnc_console(args.console_type)
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 71, in get_vnc_console
    return self.manager.get_vnc_console(self, console_type)
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 662, in get_vnc_console
    {'type': console_type})[1]
File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 1240, in _action
    return self.api.client.post(url, body=body)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 490, in post
    return self._cs_request(url, 'POST', **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in _cs_request
    resp, body = self._time_request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in _time_request
    resp, body = self.request(url, method, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 410, in request
    **kwargs)
File "/usr/lib/python2.7/site-packages/requests/api.py", line 50, in request
    response = session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 464, in request
    resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
    r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 415, in send
    raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', BadStatusLine("''",))
ERROR (ConnectionError): ('Connection aborted.', BadStatusLine("''",))

Could someone suggest more debugging I could perform ?

thanks,

   Alvise

_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to