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 b5a2714 + f461af0 commit 7c7a30bCopy full SHA for 7c7a30b
1 file changed
openstackclient/compute/v2/flavor.py
@@ -48,7 +48,7 @@ def _get_flavor_columns(item):
48
'is_public': 'os-flavor-access:is_public'
49
50
}
51
- hidden_columns = ['links', 'location']
+ hidden_columns = ['links', 'location', 'original_name']
52
return utils.get_osc_show_columns_for_sdk_resource(
53
item, column_map, hidden_columns)
54
0 commit comments