mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Avoid duplicated project_id when show network"
This commit is contained in:
commit
824ed8490f
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ def _get_columns(item):
|
|||
columns = list(item.keys())
|
||||
if 'tenant_id' in columns:
|
||||
columns.remove('tenant_id')
|
||||
if 'project_id' not in columns:
|
||||
columns.append('project_id')
|
||||
return tuple(sorted(columns))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue