Bug 1042122

Summary: [RFE][oslo]: Add domain information to context
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: Upstream M1Keywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/oslo/+spec/add-domain-info-to-context
Whiteboard: upstream_milestone_icehouse-1 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-27 13:49:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:05:50 UTC
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

Comment 2 Stephen Gordon 2014-01-23 20:48:17 UTC
Moving to POST based on upstream status (Implemented).