Merge "Replace lb_method with lb_algorithm"

This commit is contained in:
Jenkins
2016-10-07 21:47:53 +00:00
committed by Gerrit Code Review

View File

@@ -66,7 +66,7 @@ class ListPool(neutronV20.ListCommand):
resource = 'pool'
shadow_resource = 'lbaas_pool'
list_columns = ['id', 'name', 'lb_method', 'protocol',
list_columns = ['id', 'name', 'lb_algorithm', 'protocol',
'admin_state_up']
pagination_support = True
sorting_support = True