← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1319669] [NEW] In admin/instances page can't show floating ip that belong to other tenants

 

Public bug reported:

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?

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References