Comment 9 for bug 1730024

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

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

commit 15b01a2832711355ad4dbd9db116a919979f9c70
Author: Suresh Venkata <email address hidden>
Date: Fri Nov 10 16:31:27 2017 -0800

rbac fixes

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