← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1626493] [NEW] placement api log entries have mismatched request ids

 

Public bug reported:

The placement (v 1.0) API's service logs get confused about request id.
The following is one request:

```
2016-09-22 10:54:54.372 22919 DEBUG nova.api.openstack.placement.requestlog [req-93669abf-57c5-4415-a734-1affc816a9ae admin admin] Starting request: 10.0.2.15 "GET /placement/resource_providers/fastidious" __call__ /opt/stack/nova/nova/api/openstack/placement/requestlog.py:36
2016-09-22 10:54:54.414 22919 INFO nova.api.openstack.placement.requestlog [req-7312f440-2c66-4483-a514-eaf3602b50e6 admin admin] 10.0.2.15 "GET /placement/resource_providers/fastidious" status: 404 len: 80
```

This is probably because the request id middleware is not being called
first.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1626493

Title:
  placement api log entries have mismatched request ids

Status in OpenStack Compute (nova):
  New

Bug description:
  The placement (v 1.0) API's service logs get confused about request
  id. The following is one request:

  ```
  2016-09-22 10:54:54.372 22919 DEBUG nova.api.openstack.placement.requestlog [req-93669abf-57c5-4415-a734-1affc816a9ae admin admin] Starting request: 10.0.2.15 "GET /placement/resource_providers/fastidious" __call__ /opt/stack/nova/nova/api/openstack/placement/requestlog.py:36
  2016-09-22 10:54:54.414 22919 INFO nova.api.openstack.placement.requestlog [req-7312f440-2c66-4483-a514-eaf3602b50e6 admin admin] 10.0.2.15 "GET /placement/resource_providers/fastidious" status: 404 len: 80
  ```

  This is probably because the request id middleware is not being called
  first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1626493/+subscriptions


Follow ups