blob: 925791f04b045f6a827ef0aa0d3358f69a91a53f [file] [log] [blame]
Felipe Monteiro6bffc5c2018-08-19 22:54:33 +01001---
2features:
3 - |
4 A new policy feature flag called
5 ``[policy_feature_flag].removed_nova_policies_stein`` has been added to
6 Patrole's config to handle Nova API extension policies removed in Stein.
7
8 The policy feature flag is applied to tests that validate response bodies
9 for expected attributes previously returned for the following policies
10 that passed authorization:
11
12 - os_compute_api:os-config-drive
13 - os_compute_api:os-extended-availability-zone
14 - os_compute_api:os-extended-status
15 - os_compute_api:os-extended-volumes
16 - os_compute_api:os-keypairs
17 - os_compute_api:os-server-usage
18 - os_compute_api:os-flavor-rxtx
19 - os_compute_api:os-flavor-access (only from /flavors APIs)
20 - os_compute_api:image-size
21
22 Note that not all removed policies are included above because test coverage
23 is missing for them (like os_compute_api:os-security-groups).