[Openstack-operators] 回复: Quota exceeded for resources:['security_group'].

云淡风轻 821696029 at qq.com
Tue Jul 5 07:50:58 UTC 2016


thanks for you.


I try it for times ,and then config to


nova quota-update --security-groups 300 --security-group-rules 60 6cb156a82d0f486a9f50132be9438eb6
nova quota-show | grep security_group
| security_groups             | 300   |
| security_group_rules        | 60    |



but it is also







------------------ 原始邮件 ------------------
发件人: "vincent.legoll";<vincent.legoll at idgrilles.fr>;
发送时间: 2016年7月5日(星期二) 下午2:54
收件人: "openstack-operators"<openstack-operators at lists.openstack.org>; 

主题: Re: [Openstack-operators] Quota exceeded for resources:['security_group'].



Hello,

Le 05/07/2016 06:02, 云淡风轻 a écrit :
> when i create cluster:
>      openstack dataprocessing cluster create --json my_cluster_create_vmdk.json
[...]
> How to deal it ,thanks !

Look at the actual quotas:

$ nova quota-show | grep security_group
| security_groups             | 10    |
| security_group_rules        | 20    |

Then grow them a bit:

$ nova quota-update --security-groups 11 --security-group-rules 21 <tenant-id>

There's the equivalent unified client (openstack) commands, should be easy to find

Hope this helps

-- 
Vincent Legoll
EGI FedCloud task force
Cloud Computing at IdGC
France Grilles / CNRS / IPHC

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20160705/493a7317/attachment.html>


More information about the OpenStack-operators mailing list