From a24385073c363e947a70b5b4ea4f63be75649092 Mon Sep 17 00:00:00 2001 From: Ladislav Smola Date: Wed, 3 May 2017 10:17:28 +0200 Subject: [PATCH] Show Network Port name in Floating IP list 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 --- product/views/FloatingIp.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/views/FloatingIp.yaml b/product/views/FloatingIp.yaml index 04227322f81..2c0efddda1c 100644 --- a/product/views/FloatingIp.yaml +++ b/product/views/FloatingIp.yaml @@ -30,6 +30,9 @@ include: vm: columns: - name + network_port: + columns: + - name # Included tables and columns for query performance include_for_find: @@ -39,6 +42,7 @@ col_order: - address - fixed_ip_address - vm.name +- network_port.name - ext_management_system.name # Column titles, in order @@ -46,6 +50,7 @@ headers: - Address - Fixed Address - Instance name +- Network Port name - Network Provider # Condition(s) string for the SQL query