Do not skip nova API extensions policy test for rocky
Nova API extensions policies were removed in stein but
flag to skip the tests for those policies is not correctly
set to False for Rocky.
Change-Id: I80cff7328c47081f20abaf25396f340d1482ff20
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index f60f0f4..d6dc019 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -70,6 +70,7 @@
if [[ ${DEVSTACK_SERIES} == 'rocky' ]]; then
# TODO(cl566n): Policies used by Patrole testing. Remove these once stable/rocky becomes EOL.
+ iniset $TEMPEST_CONFIG policy-feature-enabled removed_nova_policies_stein False
iniset $TEMPEST_CONFIG policy-feature-enabled added_cinder_policies_stein False
iniset $TEMPEST_CONFIG policy-feature-enabled removed_keystone_policies_stein False