Merge "Remove status field from the list of fields of Healthmonitor"

This commit is contained in:
Jenkins
2013-09-03 17:55:26 +00:00
committed by Gerrit Code Review

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