<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hello,</div><div>     In boot-and-delete test, the the item will return after the nova api send delete request. But right then, the quota may not be recycle. Then there will be a problem.</div><div>   If i press an openstack cloud by boot-and-list, i got that my cloud support 65 concurrency. But if i use that number to do boot-and-delete, many request will failed.</div><div>  For example, if the json is this</div><div>  <span style="line-height: 1.7;">{</span></div><div>    "NovaServers.boot_and_delete_server": [</div><div>        {</div><div>            "args": {</div><div>                "flavor": {</div><div>                    "name": "ooo"</div><div>                },</div><div>                "image": {</div><div>                    "name": "ubuntu1204"</div><div>                },</div><div>            },</div><div>            "runner": {</div><div>                "type": "constant",</div><div>                "times":8000,</div><div>                "concurrency":65</div><div>            },</div><div>            "context": {</div><div>                "users": {</div><div>                    "tenants": 1,</div><div>                    "users_per_tenant":1 </div><div>                },</div><div>            }</div><div>        }</div><div>    ]</div><div>}</div><div><br></div><div>almost 130 request will failed by no valid host. In my oponion, i think all the failed request is failed by the delay recycle quotas. </div><div>Am i right? or there is another story?</div><div>Thanks</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>