OpenStack: Difference between revisions

Line 152:
 
== Instance not creating ==
Check novaNova API logs:
cat /var/log/nova/nova-api.log
cat /var/log/nova/nova-conductor.log
 
Check novaNova servicesServices
nova service-list
 
Check serviceService
nova list
 
Nova showShow instanceInstance
nova show 20193e58-2c5b-44c6-a98f-a44e2001934f
 
Compute Service List
openstack compute service list
+----+------------------+------------------+----------+---------+-------+----------------------------+
| ID | Binary | Host | Zone | Status | State | Updated At |
+----+------------------+------------------+----------+---------+-------+----------------------------+
| 3 | nova-conductor | cloud.centos.lan | internal | enabled | up | 2018-09-20T13:55:03.000000 |
| 4 | nova-scheduler | cloud.centos.lan | internal | enabled | up | 2018-09-20T13:55:02.000000 |
| 5 | nova-consoleauth | cloud.centos.lan | internal | enabled | up | 2018-09-20T13:55:04.000000 |
| 6 | nova-compute | cloud.centos.lan | nova | enabled | up | 2018-09-20T13:55:07.000000 |
+----+------------------+------------------+----------+---------+-------+----------------------------+
 
== Aodh Exception ==