Skip to content

Commit b1f348a

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Remove status field from the list of fields of Healthmonitor"
2 parents c8880f8 + 1fbe593 commit b1f348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutronclient/neutron/v2_0/lb/healthmonitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ListHealthMonitor(neutronV20.ListCommand):
2828

2929
resource = 'health_monitor'
3030
log = logging.getLogger(__name__ + '.ListHealthMonitor')
31-
list_columns = ['id', 'type', 'admin_state_up', 'status']
31+
list_columns = ['id', 'type', 'admin_state_up']
3232
pagination_support = True
3333
sorting_support = True
3434

0 commit comments

Comments
 (0)