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 ac7b336 + 151c161 commit 824ed84Copy full SHA for 824ed84
1 file changed
openstackclient/network/v2/network.py
@@ -42,6 +42,7 @@ def _get_columns(item):
42
columns = list(item.keys())
43
if 'tenant_id' in columns:
44
columns.remove('tenant_id')
45
+ if 'project_id' not in columns:
46
columns.append('project_id')
47
return tuple(sorted(columns))
48
0 commit comments