Comment 1 for bug 1564075

Revision history for this message
Haomeng,Wang (whaom) wrote :

I found the root cause is "AccessRefused: (0, 0): (403) ACCESS_REFUSED", do you make sure other openstack service will try again for such access refused case, can you share the logs if you have.

And I checked nova rpc starting code[1], did not find any loop logic for such rpc start fail case, so can you provide more details? Just want to see what behavior for other services.

[1] https://github.com/openstack/nova/blob/master/nova/service.py#L231