blob: d2d5d231d2f2e61f2ae470deb74368b596c464b3 [file] [log] [blame]
Michael Johnson6006de72021-02-21 01:42:39 +00001---
2features:
3 - |
4 Added API test support for keystone default roles and scoped tokens.
5issues:
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.
13upgrade:
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.