Remove status field from the list of fields of Healthmonitor

Reflect change on server side.

Change-Id: I1e6aaa09e51ba8bd1dc14abeaa39483bab51364d
This commit is contained in:
Eugene Nikanorov
2013-08-16 15:04:03 +04:00
parent 5a382451b8
commit 1fbe593464

View File

@@ -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