![Victor Coutellier](/assets/img/avatar_default.png)
Microversion bump to allow non-admin user to use more filters key when listing instances. In order to stay coherent, all existing instance filters who are related to a field readable by default to non admin users when showing instance details, should be allowed by default without policy modification. Implements: blueprint non-admin-filter-instance-by-az Change-Id: Ia66d3a1ceb74ed521cf44922929b2a502f3ee935
18 lines
374 B
YAML
18 lines
374 B
YAML
---
|
|
features:
|
|
- |
|
|
Allow the following filter parameters for ``GET /servers/detail``
|
|
and ``GET /servers`` for non-admin in microversion 2.83:
|
|
|
|
- availability_zone
|
|
- config_drive
|
|
- key_name
|
|
- created_at
|
|
- launched_at
|
|
- terminated_at
|
|
- power_state
|
|
- task_state
|
|
- vm_state
|
|
- progress
|
|
- user_id
|