[Openstack-operators] Quota exceeded for resources: ['security_group'].
Vincent Legoll (IdGC)
vincent.legoll at idgrilles.fr
Tue Jul 5 06:54:59 UTC 2016
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
More information about the OpenStack-operators
mailing list