Comment 71 for bug 1706218

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

Reviewed: https://review.opencontrail.org/34567
Committed: http://github.com/Juniper/contrail-controller/commit/c210fd726525361b219b0709c87c9b0a5580a767
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit c210fd726525361b219b0709c87c9b0a5580a767
Author: Suresh Venkata <email address hidden>
Date: Mon Aug 28 11:02:33 2017 -0700

Operations on objects created pre RBAC fail, on enabling RBAC.

Description: Certain objects created pre RBAC has owner ID not
same as the id of the project in which those objects are created.
This is because the project information passed was the service
tenant. This is causing failure of operations on those objects
after enbaling RBAC.
This change will set appropriate tenant ids as the owner.

Change-Id: I108a7543b5d1241d85471382bb3779823e86b0dd
Closes-Bug: #1706218