Could not find requested endpoint in Service Catalog - nova-compute empty
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.
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.
Thank you for the reply.. * Curl is giving the output : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache/2.4.52 (Ubuntu) Server at 10.31.1.26 Port 80</address> </body></html> *Yes, i created endpoints and updated the nova.conf. *Yes, i am able to list endpoints and service list as well. Attaching the nova-compute.log: Is this WARNING nova.conductor.api [req-ca4fc59b-f1cd-42fb-ad4f-f0c7d1779b42 - - - - -] Timed out waiting for nova-conductor. Is it running? Or did this service start before nova-conductor? Reattempting establishment of nova-conductor connection...: oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply to message ID c35885492a8a4aa2b99c31168906fae4 Attaching the nova-conductor.log: 2023-12-26 14:44:01.104 1486979 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 87, in __get__ 2023-12-26 14:44:01.104 1486979 ERROR nova proxy = self._make_proxy(instance) 2023-12-26 14:44:01.104 1486979 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 266, in _make_proxy 2023-12-26 14:44:01.104 1486979 ERROR nova raise exceptions.NotSupported( 2023-12-26 14:44:01.104 1486979 ERROR nova openstack.exceptions.NotSupported: The placement service for 10.31.1.26:None exists but does not have any supported versions. Attaching the nova-scheduler.log : 2023-12-26 14:43:59.957 1486972 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 266, in _make_proxy 2023-12-26 14:43:59.957 1486972 ERROR nova raise exceptions.NotSupported( 2023-12-26 14:43:59.957 1486972 ERROR nova openstack.exceptions.NotSupported: The placement service for 10.31.1.26:None exists but does not have any supported versions. Thank you.
404, Nova is not installed properly, I would try to restart nova services first, otherwise, reinstall them. On Wed, Dec 27, 2023 at 11:11 AM <vpa.vishnupa@gmail.com> wrote:
Thank you for the reply..
* Curl is giving the output : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache/2.4.52 (Ubuntu) Server at 10.31.1.26 Port 80</address> </body></html>
*Yes, i created endpoints and updated the nova.conf. *Yes, i am able to list endpoints and service list as well.
Attaching the nova-compute.log: Is this WARNING nova.conductor.api [req-ca4fc59b-f1cd-42fb-ad4f-f0c7d1779b42 - - - - -] Timed out waiting for nova-conductor. Is it running? Or did this service start before nova-conductor? Reattempting establishment of nova-conductor connection...: oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply to message ID c35885492a8a4aa2b99c31168906fae4
Attaching the nova-conductor.log: 2023-12-26 14:44:01.104 1486979 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 87, in __get__ 2023-12-26 14:44:01.104 1486979 ERROR nova proxy = self._make_proxy(instance) 2023-12-26 14:44:01.104 1486979 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 266, in _make_proxy 2023-12-26 14:44:01.104 1486979 ERROR nova raise exceptions.NotSupported( 2023-12-26 14:44:01.104 1486979 ERROR nova openstack.exceptions.NotSupported: The placement service for 10.31.1.26:None exists but does not have any supported versions.
Attaching the nova-scheduler.log : 2023-12-26 14:43:59.957 1486972 ERROR nova File "/usr/lib/python3/dist-packages/openstack/service_description.py", line 266, in _make_proxy 2023-12-26 14:43:59.957 1486972 ERROR nova raise exceptions.NotSupported( 2023-12-26 14:43:59.957 1486972 ERROR nova openstack.exceptions.NotSupported: The placement service for 10.31.1.26:None exists but does not have any supported versions.
Thank you.
participants (2)
-
Amit Uniyal
-
vpa.vishnupa@gmail.com