Remove status field from the list of fields of Healthmonitor
Reflect change on server side. Change-Id: I1e6aaa09e51ba8bd1dc14abeaa39483bab51364d
This commit is contained in:
@@ -28,7 +28,7 @@ class ListHealthMonitor(neutronV20.ListCommand):
|
||||
|
||||
resource = 'health_monitor'
|
||||
log = logging.getLogger(__name__ + '.ListHealthMonitor')
|
||||
list_columns = ['id', 'type', 'admin_state_up', 'status']
|
||||
list_columns = ['id', 'type', 'admin_state_up']
|
||||
pagination_support = True
|
||||
sorting_support = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user