Comment 12 for bug 1730024

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

Reviewed: https://review.opencontrail.org/37480
Committed: http://github.com/Juniper/contrail-controller/commit/debdfb6cf6d3fad656d982dd14f2413622289dfd
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit debdfb6cf6d3fad656d982dd14f2413622289dfd
Author: Suresh Venkata <email address hidden>
Date: Wed Nov 15 14:05:24 2017 -0800

Description:
1731055
Exceptions on CUD operations because of RBAC permissions
are not handled correctly in VNC openstack.

1730024
Perms2 is a complex property. PUT operation when issued by user
may carry partial attributes of that object. So direct dereferencing
is incorrect.
If that attribute is not present, existing attribute stays.
If that attribue needs to be deleted, it has to be present.

Change-Id: I4b3abdd24c57e7da49d728f2073ed9c2a3828cb0
Closes-Bug: #1731055
Closes-Bug: #1730024