Skip to content

Commit a4490b8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix output for subnet show"
2 parents c98ff62 + 104d6d0 commit a4490b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstackclient/network/v2/subnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _get_columns(item):
135135
'tenant_id': 'project_id',
136136
}
137137
# Do not show this column when displaying a subnet
138-
invisible_columns = ['use_default_subnetpool']
138+
invisible_columns = ['use_default_subnet_pool']
139139
return sdk_utils.get_osc_show_columns_for_sdk_resource(
140140
item,
141141
column_map,

0 commit comments

Comments
 (0)