Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/oslo/+spec/add-domain-info-to-context. Description: Add support for upcoming "domain" concept in Keystone V3 API in both logging and context. This information is required by some new features in Nova, for example. The idea is to create new attributes in the RequestContext class in Oslo first to store information about domain. Once the code is in Oslo we can make the changes in the specific projects. The information about domain that Keystone V3 API returns in the request header is present in three variables: X_DOMAIN_ID, X_PROJECT_DOMAIN_ID and X_USER_DOMAIN_ID. Specification URL (additional information): None
Moving to POST based on upstream status (Implemented).