heat api on horizon frontend
Hello.
I have configured horizon web on a standalone frontend node for the users. This works perfectly. All other services are running on controller, compute and storage nodes.
Now I have installed heat api on controllers, but I would like users to be able to access this on the frontend node. I'm not sure if I understand correctly how the heat-api service works.
the api works if I issue the commands on either the controllers or on the horizon/frontend, but not from external net trough frontend
I imagined it would be enough to have api service on horizon and the rest on controllers, but apparently I also need keystone auth running on port 5000 on horizon/frontend.
is this correct?
Or can I somehow send auth trough api service?
Best Regards Einar
Can you clarify what the users are seeing? They see the Orchestration panel in Horizon but when they try to launch a stack they get an error? Or are they not seeing Orchestration at all within Horizon?
Hi @vern Users are seeing the orchestration panel, and can launch stacks, but the api is not awailable elswhere than in horizon panel.