Make subnetpool-list show correct address scope column
Change-Id: If07f445443c3b693f90546b93a1bdf032c11ad25 Partially-implements: blueprint address-scopes
This commit is contained in:
committed by
Akihiro Motoki
parent
abc2b65fda
commit
c44b57f3f5
@@ -45,7 +45,7 @@ class ListSubnetPool(neutronV20.ListCommand):
|
|||||||
|
|
||||||
resource = 'subnetpool'
|
resource = 'subnetpool'
|
||||||
list_columns = ['id', 'name', 'prefixes',
|
list_columns = ['id', 'name', 'prefixes',
|
||||||
'default_prefixlen', 'address-scope']
|
'default_prefixlen', 'address_scope_id']
|
||||||
pagination_support = True
|
pagination_support = True
|
||||||
sorting_support = True
|
sorting_support = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user