server_group_members quota check failure with multi-create
Bug #1780373 reported by
Mike Chen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann | ||
Pike |
Fix Committed
|
High
|
Matt Riedemann | ||
Queens |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
Circumstance:
When multi-creating a quota-exceeding number of instances in a server group, it will pass server_
Actual result:
Servers successfully created.
Expected result:
Raising QuotaExceeded API exception.
Reproduce steps (Queen):
1 nova server-group-create sg affinity (policy shouldn't matter)
2 set in nova.conf server_
3 nova boot --flavor flavor --net net-name=netname --image image --max-count 3 server-name
Then we will see all 3 servers created successfully, violating server_
Changed in nova: | |
assignee: | nobody → Chen (chenn2) |
tags: | added: api |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/580684
Review: https:/