Comment 72 for bug 1706218

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

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

commit b1415ed6297337512adf365e4f53bfefb9000783
Author: Suresh Venkata <email address hidden>
Date: Mon Aug 28 11:21:56 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: I7ce9a8080b76b0ce15bd2fecc51b3a8da3903c3d
Closes-Bug: #1706218