Merge "Remove error_description field from B&R CLI outputs"

This commit is contained in:
Zuul 2022-11-23 13:35:04 +00:00 committed by Gerrit Code Review
commit 805b70e3ee
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ def detail_format(subcloud=None):
'management',
'availability',
'deploy_status',
'error_description',
'management_subnet',
'management_start_ip',
'management_end_ip',
@ -47,7 +46,6 @@ def detail_format(subcloud=None):
subcloud.management_state,
subcloud.availability_status,
subcloud.deploy_status,
subcloud.error_description,
subcloud.management_subnet,
subcloud.management_start_ip,
subcloud.management_end_ip,

View File

@ -97,7 +97,6 @@ DEFAULT_SUBCLOUD_FIELD_RESULT = (
MANAGEMENT_STATE,
AVAILABILITY_STATUS,
DEPLOY_STATUS,
ERROR_DESCRIPTION,
MANAGEMENT_SUBNET,
MANAGEMENT_START_IP,
MANAGEMENT_END_IP,