1 | initial version |
Beside checking if the Nova service is ok as pointed out by Adrian, you should also check if the Neutron agent is active:
nova service-list
neutron agent-list
After validating the services, you can also run a minimum scenario Tempest test to make sure everything is ok, e.g.:
testr run tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario