thanks very much,I have fixed this issue.



------------------ ???????? ------------------
??????: "????????";<[email protected]>;
????????: 2016??7??6??(??????) ????9:08
??????: "Kris G. Lindgren"<[email protected]>; 
"vincent.legoll"<[email protected]>; 
"openstack-operators"<[email protected]>; 

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



3ks very much !




------------------ ???????? ------------------
??????: "Kris G. Lindgren";<[email protected]>;
????????: 2016??7??5??(??????) ????8:28
??????: "????????"<[email protected]>; 
"vincent.legoll"<[email protected]>; 
"openstack-operators"<[email protected]>; 

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



   If you are using neutron ?C you also need to update the quotas for the 
tenant in neutron as well.
   
 
 ___________________________________________________________________
 Kris Lindgren
 Senior Linux Systems Engineer
 GoDaddy
 
 
 
 
 
 
   From: ???????? <[email protected]>
 Date: Tuesday, July 5, 2016 at 1:50 AM
 To: "vincent.legoll" <[email protected]>, openstack-operators 
<[email protected]>
 Subject: [Openstack-operators] ?????? Quota exceeded for 
resources:['security_group'].
 
 
 
     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";<[email protected]>;
 ????????: 2016??7??5??(??????) ????2:54
 ??????: "openstack-operators"<[email protected]>; 
 
 ????: 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
 [email protected]
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to