<div dir="ltr">Hi, <div><br></div><div>I don't think that this it is related to quotas. Seems more like it's related to the fixed ips (that are not released).</div><div><br></div><div>Could you try to put unlimited quotas for you tenant. To do that you need to add new context to the  task, and it will look like:</div>
<div><br></div><div> "context": {</div><div>    "users": {</div><div>        "tenants": 1,</div><div>        "users_per_tenant": 1</div><div>    },</div><div>    "quotas": {</div>
<div>        "nova": {</div><div>            "cores": -1, </div><div>             ..... here other values from <a href="https://github.com/stackforge/rally/blob/master/rally/benchmark/context/quotas.py#L32-L80">https://github.com/stackforge/rally/blob/master/rally/benchmark/context/quotas.py#L32-L80</a></div>
<div>         }</div><div>    }</div><div>  }</div><div><br></div><div><br></div><div>Best regards,</div><div>Boris Pavlovic</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 18, 2014 at 8:00 AM, fdsafdsafd <span dir="ltr"><<a href="mailto:jazeltq@163.com" target="_blank">jazeltq@163.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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></span></span><br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>