Reviewed: https://review.openstack.org/25401 Committed: http://github.com/openstack/nova/commit/989435822e5841bc1355e75bbdb003b10a3baf58 Submitter: Jenkins Branch: milestone-proposed
commit 989435822e5841bc1355e75bbdb003b10a3baf58 Author: Kieran Spear <[email protected]> Date: Mon Mar 18 17:32:26 2013 +1100 Pass project id in quantum driver secgroup list The quantum driver is always returning security groups from every tenant a user has access to, even when the "project" filter is supplied. Make sure we pass along the project value when we call quantum.list_security_groups() so it's properly filtered. Fixes bug 1155381. Change-Id: I682c66a1f3f9db18b5f9924a37b45c759ff259f7 (cherry picked from commit 775e3b02b2afbf101db22b87a1c3b189d68532e1) ** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1155381 Title: List of security groups is not filtered by tenant when quantum SG is enabled Status in OpenStack Dashboard (Horizon): Invalid Status in OpenStack Compute (Nova): Fix Released Bug description: Looks like horizon sees security groups for the "admin" tenant as well. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1155381/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

