<div dir="ltr"><div>Hello,</div><div><br></div><div>I currently have OpenStack manually deployed by following the official install documentation, but I have faced a weird situation. When I send an api request to placement api service using the following command:</div><div><br></div><div><b>curl -H "X-Auth-Token: $T" <a href="http://controller:8778">http://controller:8778</a></b></div><div><br></div><div>I received a status code of "<b>200</b>", which indicates a successful operation. But, when I issue the following request:</div><div><br></div><div><b>curl -H "X-Auth-Token: $T" <a href="http://controller:8778/resource_providers">http://controller:8778/resource_providers</a> </b><br></div><div><br></div><div>I received a status code of "<b>503</b>", and when I checked the logs of placement and keystone, they say that the authentication failed. For the same reason, nova-compute can't register itself as a resource provider.</div><div><br></div><div>I'm sure that the authentication credentials for placement are set properly, but I don't know what's the problem.</div><div><br></div><div>Any suggestions, please?<br></div></div>