Merge "Configure 'manager' role in tempest"

This commit is contained in:
Zuul
2025-08-04 21:23:15 +00:00
committed by Gerrit Code Review

View File

@@ -534,6 +534,10 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute-feature-enabled serial_console True
fi
# NOTE(gmaan): Since 2025.2, 'manager' role is available in nova.
local nova_policy_roles="admin,manager,member,reader"
iniset $TEMPEST_CONFIG compute-feature-enabled nova_policy_roles $nova_policy_roles
# Network
iniset $TEMPEST_CONFIG network project_networks_reachable false
iniset $TEMPEST_CONFIG network public_network_id "$public_network_id"