We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c98ff62 + 104d6d0 commit a4490b8Copy full SHA for a4490b8
openstackclient/network/v2/subnet.py
@@ -135,7 +135,7 @@ def _get_columns(item):
135
'tenant_id': 'project_id',
136
}
137
# Do not show this column when displaying a subnet
138
- invisible_columns = ['use_default_subnetpool']
+ invisible_columns = ['use_default_subnet_pool']
139
return sdk_utils.get_osc_show_columns_for_sdk_resource(
140
item,
141
column_map,
0 commit comments