Comment 50 for bug 1706218

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

Reviewed: https://review.opencontrail.org/34568
Committed: http://github.com/Juniper/contrail-controller/commit/d746b733a6ff692efcc06f2a4a1e6d42dd168eba
Submitter: Zuul (<email address hidden>)
Branch: master

commit d746b733a6ff692efcc06f2a4a1e6d42dd168eba
Author: Suresh Venkata <email address hidden>
Date: Fri Aug 18 18:27:32 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