https://github.com/ging/horizon
Revision 3f81d70d4b34ecd02576bd368740ee64f0333357 authored by Akihiro MOTOKI on 16 September 2013, 20:01:19 UTC, committed by Julie Pichon on 08 October 2013, 16:39:51 UTC
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 3827a7e73ab1daf317e3fbf903a57c31f95bf293)

Closes-Bug: #1226224
Change-Id: I47ddf77cd3c5d4c6141a67cb32c22cc917b485e6
1 parent 29cb522
History
Tip revision: 3f81d70d4b34ecd02576bd368740ee64f0333357 authored by Akihiro MOTOKI on 16 September 2013, 20:01:19 UTC
Don't display non-tenant Floating IP in Floating IP project tab
Tip revision: 3f81d70
File Mode Size
.tx
bin
doc
horizon
openstack_dashboard
tools
.gitignore -rw-r--r-- 377 bytes
.gitreview -rw-r--r-- 105 bytes
.mailmap -rw-r--r-- 398 bytes
.pep8 -rw-r--r-- 113 bytes
.pylintrc -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 734 bytes
Makefile -rw-r--r-- 588 bytes
README.rst -rw-r--r-- 3.6 KB
manage.py -rwxr-xr-x 284 bytes
openstack-common.conf -rw-r--r-- 166 bytes
run_tests.sh -rwxr-xr-x 12.5 KB
setup.cfg -rw-r--r-- 119 bytes
setup.py -rwxr-xr-x 3.6 KB
tox.ini -rw-r--r-- 985 bytes

README.rst

back to top