First time here? Check out the FAQ!
![]() | 1 | initial version |
Keep in mind that by using enable_service n-cell
you switch to the legacy cells v1 implementation ([1]).
Can you verify that all nova services are up and running by executing: nova service-list
command?
Also, in Ocata we introduced a new service called placement. You should also have it up and running (it will not show on the list returned by nova service-list
command). If in screen session you do not see a tab named "placement-api" this is the issue that you can investigate further and try adding ENABLED_SERVICES+=,placement-api
to devstack conf.