Skip to content

Commit 89b86f9

Browse files
Merge pull request #1438 from abhibongale/fix_ironic-post-adoption-quota
Fix quota set to target admin project instead of default
2 parents 794064a + f49f9a2 commit 89b86f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/roles/development_environment/files/pre_launch_ironic.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fi
134134

135135
# Ensure quota has headroom for pre-adoption and post-adoption test instances
136136
CURRENT_QUOTA=$(${BASH_ALIASES[openstack]} quota show -c instances -f value)
137-
${BASH_ALIASES[openstack]} quota set --instances $((CURRENT_QUOTA + 2)) default
137+
${BASH_ALIASES[openstack]} quota set --instances $((CURRENT_QUOTA + 2)) admin
138138

139139
# Create test instance on baremetal
140140
if [[ "${PRE_LAUNCH_IRONIC_CREATE_INSTANCE,,}" != "false" ]]; then

0 commit comments

Comments
 (0)