yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23305
[Bug 1319669] Re: In admin/instances page can't show floating ip that belong to other tenants
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1319669
Title:
In admin/instances page can't show floating ip that belong to other
tenants
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Reproduce step:
1.Switch to demo project and launch instance.
2.Then associate floating ip for this instance.
3.Switch to admin project and also launch instance and associate floating ip.
4.Visit admin/instances page will find the instance that belong to demo project doesn't show floating ip.
related https://bugs.launchpad.net/horizon/+bug/1265032
Because get instance networking information from Neutron.
The neutron client can't get all floating IPs.
Nova client can get all floating IPs by set "all_tenants=True".
Horizon's Neutron API servers_update_addresses method doesn't set the setting.
Does FloatingIpManager list search_opts support the setting?
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1319669/+subscriptions
References