Hello,

can you run this in your controller node and look for status.
$ curl http://localhost/compute

This came from keystone, We create endpoints before installing nova services, and then configure nova (i.e. /etc/nova/nova.conf).
- so did you create endpoints and then updated the conf?

- were you able to list endpoints?
$ openstack endpoint list

- Were you able to list other services?
$ openstack service list

Check keystone configuration, if there are any issues/typos.
Also, check keystone and compute logs.

Regards

On Tue, Dec 26, 2023 at 8:44 PM <vpa.vishnupa@gmail.com> wrote:
Hi all, I am working on a project to setup OpenStack HCI.

I am following these documentation https://www.server-world.info/en/note?os=Ubuntu_22.04&p=openstack_yoga&f=15  along with https://docs.openstack.org/install-guide/  .. While configuring nova I am facing with this error "Could not find requested endpoint in Service Catalog." while listing openstack compute service list --service nova-compute.

Can somebody help me. Why this error is happening - nova-compute empty.
Thank you.