rcbops / ansible-lxc-rpc

Ansible Playbooks to deploy openstack
https://rcbops.github.io/ansible-lxc-rpc/
Apache License 2.0
38 stars 31 forks source link

ensure x-compute-request-id is added to response headers from nova v2 api #601

Closed mancdaz closed 9 years ago

mancdaz commented 9 years ago

In commit:

https://github.com/openstack/nova/commit/49d83e356afd6197fc95277f0d18723bdfa11652

The addition of the x-compute-request-id to the response headers was moved out to a separate module.

In order to ensure that it gets added to response headers, some additional options are required in nova api-paste.ini

(cherry picked from commit 31f18364bbd309f060b097f63b86787d0abcfed8)

Issue: #576