Public bug reported:

2015-03-12 00:15:34.055 20832 ERROR nova.network.security_group.neutron_driver 
[req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] Neutron Error creating security 
group rally_novasecgrp_hukloynopy
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver 
Traceback (most recent call last):
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File 
"/usr/lib/python2.7/site-packages/nova/network/security_group/neutron_driver.py",
 line 54, in create_security_group
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   body).get('security_group')
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 98, 
in with_params
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   ret = self.function(instance, *args, **kwargs)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 
472, in create_security_group
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   return self.post(self.security_groups_path, body=body)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 
1329, in post
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   headers=headers, params=params)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 
1255, in do_request
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   self._handle_fault_response(status_code, replybody)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 
1220, in _handle_fault_response
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   exception_handler_v20(status_code, des_error_body)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
 File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 66, 
in exception_handler_v20
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver  
   status_code=status_code)
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver 
OverQuotaClient: Quota exceeded for resources: ['security_group']
2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver
2015-03-12 00:15:34.056 20832 INFO nova.api.openstack.wsgi 
[req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] HTTP exception thrown: Quota 
exceeded for resources: ['security_group']

[root@ucs3 ~(keystone_admin)]# nova quota-show
+-----------------------------+-------+
| Quota                       | Limit |
+-----------------------------+-------+
| instances                   | 10    |
| cores                       | 20    |
| ram                         | 51200 |
| floating_ips                | 10    |
| fixed_ips                   | -1    |
| metadata_items              | 128   |
| injected_files              | 5     |
| injected_file_content_bytes | 10240 |
| injected_file_path_bytes    | 255   |
| key_pairs                   | 100   |
| security_groups             | 10    |
| security_group_rules        | 20    |
| server_groups               | 10    |
| server_group_members        | 10    |
+-----------------------------+-------+

[root@ucs3 nova(keystone_admin)]# nova secgroup-list
+--------------------------------------+---------+-------------+
| Id                                   | Name    | Description |
+--------------------------------------+---------+-------------+
| 385ffd0c-6f02-41b2-bee9-57081ab14385 | default | default     |
+--------------------------------------+---------+-------------+

** Affects: rally
     Importance: Undecided
         Status: Incomplete

** Changed in: neutron
       Status: New => Confirmed

** Project changed: neutron => rally

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1436862

Title:
  Neutron wrongly throws quota exceeded even though quota is not
  exceeded openstack-nova.noarch 2014.2.2-2.el7ost

Status in Rally:
  Incomplete

Bug description:
  2015-03-12 00:15:34.055 20832 ERROR 
nova.network.security_group.neutron_driver 
[req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] Neutron Error creating security 
group rally_novasecgrp_hukloynopy
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver Traceback (most recent call last):
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/nova/network/security_group/neutron_driver.py",
 line 54, in create_security_group
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     body).get('security_group')
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 98, in 
with_params
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     ret = self.function(instance, 
*args, **kwargs)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 472, in 
create_security_group
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     return 
self.post(self.security_groups_path, body=body)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1329, in 
post
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     headers=headers, params=params)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1255, in 
do_request
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     
self._handle_fault_response(status_code, replybody)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1220, in 
_handle_fault_response
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     
exception_handler_v20(status_code, des_error_body)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver   File 
"/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 66, in 
exception_handler_v20
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver     status_code=status_code)
  2015-03-12 00:15:34.055 20832 TRACE 
nova.network.security_group.neutron_driver OverQuotaClient: Quota exceeded for 
resources: ['security_group']
  2015-03-12 00:15:34.055 20832 TRACE nova.network.security_group.neutron_driver
  2015-03-12 00:15:34.056 20832 INFO nova.api.openstack.wsgi 
[req-ba42cb7f-c365-4dbf-ae68-ac2c785e4172 None] HTTP exception thrown: Quota 
exceeded for resources: ['security_group']

  [root@ucs3 ~(keystone_admin)]# nova quota-show
  +-----------------------------+-------+
  | Quota                       | Limit |
  +-----------------------------+-------+
  | instances                   | 10    |
  | cores                       | 20    |
  | ram                         | 51200 |
  | floating_ips                | 10    |
  | fixed_ips                   | -1    |
  | metadata_items              | 128   |
  | injected_files              | 5     |
  | injected_file_content_bytes | 10240 |
  | injected_file_path_bytes    | 255   |
  | key_pairs                   | 100   |
  | security_groups             | 10    |
  | security_group_rules        | 20    |
  | server_groups               | 10    |
  | server_group_members        | 10    |
  +-----------------------------+-------+

  [root@ucs3 nova(keystone_admin)]# nova secgroup-list
  +--------------------------------------+---------+-------------+
  | Id                                   | Name    | Description |
  +--------------------------------------+---------+-------------+
  | 385ffd0c-6f02-41b2-bee9-57081ab14385 | default | default     |
  +--------------------------------------+---------+-------------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/rally/+bug/1436862/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to