Make subnetpool-list show correct address scope column

Change-Id: If07f445443c3b693f90546b93a1bdf032c11ad25
Partially-implements:  blueprint address-scopes
This commit is contained in:
Carl Baldwin
2015-07-22 19:36:32 +00:00
committed by Akihiro Motoki
parent abc2b65fda
commit c44b57f3f5

View File

@@ -45,7 +45,7 @@ class ListSubnetPool(neutronV20.ListCommand):
resource = 'subnetpool'
list_columns = ['id', 'name', 'prefixes',
'default_prefixlen', 'address-scope']
'default_prefixlen', 'address_scope_id']
pagination_support = True
sorting_support = True