Remove display of mgmt IP in host inventory

This commit removes the display of host management IP in the
host detail overview.

Test Plan:
PASS: Ensure that host detail overview can be displayed

Story: 2010722
Task: 49867

Depends-on: https://review.opendev.org/c/starlingx/config/+/915303

Change-Id: I4b9e90b9d03b499857aa8fc42f169748470c34f2
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2024-04-15 11:23:58 -04:00
parent f04638e8f8
commit 045709c506
2 changed files with 1 additions and 3 deletions

View File

@ -852,7 +852,7 @@ class Host(base.APIResourceWrapper):
'apparmor', 'location', 'serialid', 'operational',
'administrative', 'invprovision', 'peers',
'availability', 'uptime', 'task', 'capabilities',
'created_at', 'updated_at', 'mgmt_mac', 'mgmt_ip',
'created_at', 'updated_at', 'mgmt_mac',
'bm_ip', 'bm_type', 'bm_username',
'config_status', 'vim_progress_status', 'patch_current',
'requires_reboot', 'boot_device', 'rootfs_device',

View File

@ -24,8 +24,6 @@
<dl class="dl-horizontal-wide">
<dt>{% trans "Management MAC" %}</dt>
<dd>{{ host.mgmt_mac }}</dd>
<dt>{% trans "Management IP" %}</dt>
<dd>{{ host.mgmt_ip }}</dd>
<dt>{% trans "Serial ID" %}</dt>
<dd>{{ host.serialid }}</dd>
<dt>{% trans "Location" %}</dt>