Merge "Configure 'manager' role in tempest"
This commit is contained in:
1 changed files with 4 additions and 0 deletions
@@ -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"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.