commit | 5f36fabd794f7bdce2eadbd6563255c0dded17b3 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Wed Aug 21 19:23:28 2024 -0700 |
committer | Takashi Kajinami <kajinamit@oss.nttdata.com> | Wed Jan 08 19:16:20 2025 +0000 |
tree | bd53476db3ab984c88065f75a2ab505909558b4e | |
parent | c32430072e113fe88877a586f8209b1d626a8872 [diff] [blame] |
Remove system scope token usage Octavia supports the system scope and now we are enabling the new defaults by default that raise an error when system scoped tokens are used. To enable the new defaults, we need to remove the usage of system scope token from tests otherwise they fail. - https://review.opendev.org/c/openstack/octavia/+/925625 Depends-On: https://review.opendev.org/c/openstack/octavia/+/929580 Change-Id: I1bf193807eb254507626b4e7f2bb071ba46d7290
diff --git a/releasenotes/notes/Make-keystone-default-roles-tests-default-a65a62864b93a296.yaml b/releasenotes/notes/Make-keystone-default-roles-tests-default-a65a62864b93a296.yaml new file mode 100644 index 0000000..d38181a --- /dev/null +++ b/releasenotes/notes/Make-keystone-default-roles-tests-default-a65a62864b93a296.yaml
@@ -0,0 +1,8 @@ +--- +upgrade: + - | + The default tempest tests will now expect the keystone default roles RBAC + enabled. The legacy behavior can be enabled by setting + "RBAC_test_type: advanced" in the [load_balancer] section of your + tempest.conf. This change also removes the ability to test system scoped + tokens with Octavia.