Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fi

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

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