From abe1041a252d7e25d9cf19fdab485cb5ecc51e32 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 23 Sep 2025 13:07:37 +0200 Subject: [PATCH] feat: Extend default cli config for identity operations Register known/expected fields in the default cli config for few identity related resources. --- openstack_cli/.config/config.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/openstack_cli/.config/config.yaml b/openstack_cli/.config/config.yaml index dad5c89ed..327af4da7 100644 --- a/openstack_cli/.config/config.yaml +++ b/openstack_cli/.config/config.yaml @@ -114,6 +114,11 @@ views: fields: - name: id width: 34 + identity.endpoint: + default_fields: [id, url, interface, region_id, service_id, enabled] + fields: + - name: id + width: 34 identity.group: default_fields: [id, name, domain_id, description] fields: @@ -130,6 +135,27 @@ views: width: 34 - name: parent_id width: 34 + identity.region: + default_fields: [id, parent_id, description] + fields: + - name: id + width: 34 + - name: parent_id + width: 34 + identity.role: + default_fields: [id, name, domain_id, description, options] + fields: + - name: id + width: 34 + - name: domain_id + width: 34 + identity.role_assignment: + default_fields: [role, group, user, scope] + identity.service: + default_fields: [id, name, type, description, enabled] + fields: + - name: id + width: 34 identity.user/application_credential: default_fields: [id, name, description, project_id, expires_at, roles, unrestricted] fields: