1 | initial version |
Hello,
From the log you provided, there seems to be a problem at the scheduler level, as your compute nodes' capabilities do not pass the filters. This error message is of a more general type and it does not help in localizing the exact issue.
Nonetheless, you can try to debug this issue by looking at your nova services status:
nova service-list
If all the nova-* services statuses are up, make sure the flavor you are using is supported by the compute nodes(you have enough resources and the required capabilities). To further debug this issue, it would help to know more about your environment(openstack version/hypervisor used/network type used).
Thanks.