Compute status Down
I have a controller host + 2 computes (Liberty) For some reason, the controller sees one openstack compute node as down:
[root@os-controller log(keystone_admin)]# nova hypervisor-list
+----+------------------------+-------+---------+
| ID | Hypervisor hostname | State | Status |
+----+------------------------+-------+---------+
| 3 | os-compute01.novalocal | down | enabled |
| 4 | os-compute02.novalocal | up | enabled |
+----+------------------------+-------+---------+
However, the compute node is up and running. I'm able to connect in SSH and start instances using virsh start ... openstack-nova-compute sevice is up and running
I have tried rebooting the compute server - nothing changes - the controller still sees it as down:
These are the last messages from the last reboot in nova-compute.log:
2017-01-31 02:39:15.821 18444 INFO oslo_service.service [req-c7a37ae6-28b2-4452-b66c-62991bc2719b - - - - -] Caught SIGTERM, exiting
2017-01-31 02:39:33.881 2759 INFO oslo_service.periodic_task [-] Skipping periodic task _periodic_update_dns because its interval is negative
2017-01-31 02:39:33.987 2759 INFO nova.virt.driver [-] Loading compute driver 'libvirt.LibvirtDriver'
2017-01-31 02:39:34.186 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "amqp_durable_queues" from group "DEFAULT" is deprecated. Use option "amqp_durable_queues" from group "oslo_messaging_rabbit".
2017-01-31 02:39:34.191 2759 INFO oslo.messaging._drivers.impl_rabbit [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Connecting to AMQP server on 10.0.0.10:5672
2017-01-31 02:39:34.207 2759 INFO oslo.messaging._drivers.impl_rabbit [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Connected to AMQP server on 10.0.0.10:5672
2017-01-31 02:39:34.213 2759 INFO oslo.messaging._drivers.impl_rabbit [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Connecting to AMQP server on 10.0.0.10:5672
2017-01-31 02:39:34.227 2759 INFO oslo.messaging._drivers.impl_rabbit [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Connected to AMQP server on 10.0.0.10:5672
2017-01-31 02:39:34.246 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "admin_auth_url" from group "neutron" is deprecated for removal. Its value may be silently ignored in the future.
2017-01-31 02:39:34.247 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "admin_password" from group "neutron" is deprecated for removal. Its value may be silently ignored in the future.
2017-01-31 02:39:34.247 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "admin_tenant_name" from group "neutron" is deprecated for removal. Its value may be silently ignored in the future.
2017-01-31 02:39:34.248 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "admin_username" from group "neutron" is deprecated for removal. Its value may be silently ignored in the future.
2017-01-31 02:39:34.248 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "auth_strategy" from group "neutron" is deprecated for removal. Its value may be silently ignored in the future.
2017-01-31 02:39:34.250 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "vnc_enabled" from group "DEFAULT" is deprecated. Use option "enabled" from group "vnc".
2017-01-31 02:39:34.250 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "vnc_keymap" from group "DEFAULT" is deprecated. Use option "keymap" from group "vnc".
2017-01-31 02:39:34.251 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "novncproxy_base_url" from group "DEFAULT" is deprecated. Use option "novncproxy_base_url" from group "vnc".
2017-01-31 02:39:34.251 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "vncserver_listen" from group "DEFAULT" is deprecated. Use option "vncserver_listen" from group "vnc".
2017-01-31 02:39:34.251 2759 WARNING oslo_config.cfg [req-81704963-7f8f-4073-8d05-a0ac614e83ea - - - - -] Option "vncserver_proxyclient_address" from group "DEFAULT ...
@AlexNastas: Can you send the nova-api.log from the controller?