horizon/openstack_dashboard
Akihiro MOTOKI 3f81d70d4b Don't display non-tenant Floating IP in Floating IP project tab
Previously Floating IPs from all tenants are displayed when logged
in as a user with admin role and Neutron is enabled. Neutron API
returns resources from all tenants when the API is called with admin
role, so we need to call the API with additional filter parameter to
limit the results to a given tenant.

Conflicts:
	openstack_dashboard/api/neutron.py
(cherry picked from commit 3827a7e73a)

Closes-Bug: #1226224
Change-Id: I47ddf77cd3c5d4c6141a67cb32c22cc917b485e6
2013-10-08 17:39:51 +01:00
..
api Don't display non-tenant Floating IP in Floating IP project tab 2013-10-08 17:39:51 +01:00
dashboards Merge "Show ID for None display name in boot from volume" into stable/grizzly 2013-08-01 12:17:06 +00:00
local Merge "Implement configurable auto-fade for alerts messages." 2013-03-19 09:44:42 +00:00
locale Sync translation message catalogs with the latest code 2013-08-02 02:11:02 +09:00
openstack Update to latest oslo-version. 2013-02-04 11:28:25 +11:00
static Fix a few visual issues on the network topology diagram. 2013-07-15 16:51:32 -04:00
templates Don't inherit from base.html in 500 error page 2012-11-21 12:13:17 +11:00
test Don't display non-tenant Floating IP in Floating IP project tab 2013-10-08 17:39:51 +01:00
usage Allow admin to edit project quotas for fixed IPs 2013-03-28 11:43:53 +00:00
wsgi Updated the django.wsgi file for devstack. 2012-02-29 01:37:37 -08:00
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
context_processors.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
exceptions.py Switch to using cinderclient. 2012-08-14 14:50:15 -07:00
settings.py Remove deprecated features 2013-06-12 12:14:38 +02:00
urls.py Don't inherit from base.html in 500 error page 2012-11-21 12:13:17 +11:00
views.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00