diff --git a/devstack/plugin.sh b/devstack/plugin.sh index cea7865370..863aa6bd7f 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -172,9 +172,10 @@ function _stop_octavia_apache_wsgi { function create_octavia_accounts { create_service_user $OCTAVIA - # Increase the service account secgroups quota + # Increase the octavia account secgroups quota # This is imporant for concurrent tempest testing - openstack quota set --secgroups 100 $SERVICE_PROJECT_NAME + openstack quota set --secgroups 100 $OCTAVIA_PROJECT_NAME + openstack quota set --secgroup-rules 1000 $OCTAVIA_PROJECT_NAME local octavia_service=$(get_or_create_service "octavia" \ $OCTAVIA_SERVICE_TYPE "Octavia Load Balancing Service")