Comment 17 for bug 1480901

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

Reviewed: https://review.opencontrail.org/13287
Committed: http://github.org/Juniper/contrail-neutron-plugin/commit/f92b685ae8dd1d40f041f9c75753f9115000e344
Submitter: Zuul
Branch: master

commit f92b685ae8dd1d40f041f9c75753f9115000e344
Author: Numan Siddique <email address hidden>
Date: Tue Aug 25 15:55:44 2015 +0530

Fix few issues related to SG and SG rules.

1. Use obj_uuids to filter SGs instead of prune phase.
security-group-rule-list was applying the 'id' filter for
the sg instead of sg rule.
This patch also fixes this bug.
(partially cherry picked from I9ce41d519795ded195e4773d84dbd09b5cf40541
of vnc_openstack)
2. Avoid trace when listing SG with non-existing tenant_id
(cherry-picked from I5521c7630036ed28f6c87ed542204800086e50bc of
vnc_openstack)

Change-Id: I493bd2a9e3820318747e5c4f351181d2b7e41047
Partial-Bug: #1480901