This enhancement allows the `admin` user to view a list of the floating IPs allocated to instances, using the admin console. This list spans all projects in the deployment.
Previously, this information was only available from the command-line.
DescriptionPratik Pravin Bandarkar
2015-03-04 13:36:35 UTC
1. Proposed title of this feature request
(From horizon) allow admin user to get floating IP's of all instances (irrespective of tenant/project) from admin console
3. What is the nature and description of the request?
(From horizon) allow admin user to get floating IP's of all instances (irrespective of tenant/project) from admin console. Currently, its possible to get the same details from CLI:
---
# nova list --all-tenants
---
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHEA-2016-2948.html
1. Proposed title of this feature request (From horizon) allow admin user to get floating IP's of all instances (irrespective of tenant/project) from admin console 3. What is the nature and description of the request? (From horizon) allow admin user to get floating IP's of all instances (irrespective of tenant/project) from admin console. Currently, its possible to get the same details from CLI: --- # nova list --all-tenants ---