Comment 9 for bug 1695634

Revision history for this message
Matt Riedemann (mriedem) wrote :

It's taking >1 minute for the placement-api service to startup and start handling requests:

http://logs.openstack.org/95/468095/2/gate/gate-shade-functional/3f5d8dc/logs/screen-placement-api.txt.gz

The first request we see logged is the one from the scheduler when it's asking for a resource provider (compute node) to build the instance:

Jun 02 12:46:58.883989 ubuntu-xenial-osic-cloud1-s3500-9104911 <email address hidden>[22675]: DEBUG nova.api.openstack.placement.requestlog [None req-6e9651be-51e5-40e6-a887-bd72120060a0 service placement] Starting request: 10.39.244.211 "GET /placement/resource_providers?resources=MEMORY_MB%3A256%2CVCPU%3A1" {{(pid=22678) __call__ /opt/stack/new/nova/nova/api/openstack/placement/requestlog.py:38}}

So that means it's not handling any of the requests from the compute service.