Comment 12 for bug 1727809

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/39506
Committed: http://github.com/Juniper/contrail-web-core/commit/d546c246a23ad37d32bb002332f8f41caa7ff3dc
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit d546c246a23ad37d32bb002332f8f41caa7ff3dc
Author: Biswajit Mandal <email address hidden>
Date: Thu Oct 26 15:09:45 2017 -0700

Unable to login to webui if user and project belongs to different domains

Issue was while authenticating with keystone v3 in post data we used to use
domain as the user logged in, in stead of that we need to send the domain where
the project exists.

Now in stead of using project:name / domain:name in scope structure, using the
project:id, thus removing the need for domainname specify.

Change-Id: I5c4dcab8d9645dbabb5bdde54d99858d62e295c3
Closes-Bug: #1727809
(cherry picked from commit 3f1b4902dfe43de16a5ab3882d9e56f78d2372fd)