Michael Johnson | 6006de7 | 2021-02-21 01:42:39 +0000 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | Added API test support for keystone default roles and scoped tokens. |
| 5 | issues: |
| 6 | - | |
| 7 | Currently the API tests will not pass with the |
| 8 | keystone_default_roles-policy.yaml override file. This is due to the |
| 9 | tempest framework credentials do not yet support token scopes. |
| 10 | This issue is tracked in https://bugs.launchpad.net/tempest/+bug/1917168 |
| 11 | Once that bug is fixed, octavia-tempest-plugin can be updated to use the |
| 12 | required scope in the test credentials. |
| 13 | upgrade: |
| 14 | - | |
| 15 | Two new tempest.conf settings enable/disable keystone default roles and |
| 16 | scoped token testing, [enforce_scope] octavia = True/False and |
| 17 | [load_balancer] enforce_new_defaults = True/False. |