Skip to content

Commit

Permalink
Show Network Port name in Floating IP list
Browse files Browse the repository at this point in the history
Show Network Port name in Floating IP list, to identify the owner
in a case of missing VM. The owner can be e.g. Load Balancer.

Partially fix:
https://bugzilla.redhat.com/show_bug.cgi?id=1387616
  • Loading branch information
Ladas committed May 3, 2017
1 parent 96aac65 commit a243850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product/views/FloatingIp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include:
vm:
columns:
- name
network_port:
columns:
- name

# Included tables and columns for query performance
include_for_find:
Expand All @@ -39,13 +42,15 @@ col_order:
- address
- fixed_ip_address
- vm.name
- network_port.name
- ext_management_system.name

# Column titles, in order
headers:
- Address
- Fixed Address
- Instance name
- Network Port name
- Network Provider

# Condition(s) string for the SQL query
Expand Down

0 comments on commit a243850

Please sign in to comment.