Fail in nova veriffying operation
After the installation and configuration of nova service i tried to verify this operation with the "openstack compute service list" command and i got just two service components for the controller node while the guide indicate that i should obtain 4 service components 3 for the controller node and 1 service component for the compute node. And with the "nova-status upgrade check" command i obtain a warning .
openstack compute service list
+----+----------------+------------+----------+---------+-------+----------------------------+ | ID | Binary | Host | Zone | Status | State | Updated At | +----+----------------+------------+----------+---------+-------+----------------------------+
| 2 | nova-conductor | Controller | internal | enabled | up | 2018-11-17T12:02:06.000000 |
| 4 | nova-scheduler | Controller | internal | enabled | up | 2018-11-17T12:02:14.000000 | +----+----------------+------------+----------+---------+-------+----------------------------+
nova-status upgrade check
Deprecated: Option "enable" from group "cells" is deprecated for removal (Cells v1 is being replaced with Cells v2.). Its value may be silently ignored in the future.
+-------------------------------------------------------------------+
| Upgrade Check Results |
+-------------------------------------------------------------------+
| Check: Cells v2 | | Result: Success | | Details: None |
+-------------------------------------------------------------------+
| Check: Placement API | | Result: Success | | Details: None |
+-------------------------------------------------------------------+
| Check: Resource Providers | | Result: Warning | | Details: There are no compute resource providers in the Placement | | service but there are 1 compute nodes in the deployment. | | This means no compute nodes are reporting into the | | Placement service and need to be upgraded and/or fixed. | | See | | https://docs.openstack.org/nova/latest/user/placement.html (https://docs.openstack.org/nova/lates...) | | for more details. |
+-------------------------------------------------------------------+
| Check: Ironic Flavor Migration | | Result: Success | | Details: None |
+-------------------------------------------------------------------+
| Check: API Service Version | | Result: Success | | Details: None |
+-------------------------------------------------------------------+
| Check: Request Spec Migration | | Result: Success | | Details: None | +-------------------------------------------------------------------+
Check the Nova logs to find out why the compute service is not shown, in particular the compute log.
this is the /var/log/nova/nova.log file:
2018-11-19 12:06:05.446 986 INFO os_vif [-] Loaded VIF plugins: ovs, linux_bridge
2018-11-19 12:30:13.784 1140 INFO os_vif [-] Loaded VIF plugins: ovs, linux_bridge
Where is the error ?
Error messages are marked with ERROR. Do you only have one log file that has just two messages? And no nova-compute.log? If so, something is wrong.
No, i have a just nova-compute.log file in my compute node on the /var/log/nova folder this is the /var/log/nova/nova-compute.log file
2018-11-19 12:06:05.446 986 INFO os_vif [-] Loaded VIF plugins: ovs, linux_bridge
2018-11-19 12:30:13.784 1140 INFO os_vif [-] Loaded VIF plugins: ovs, linux_brid
You called it nova.log earlier. In any case, does it have these two messages, nothing else?