yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13455
[Bug 1305547] [NEW] granade job TestSecurityGroupsBasicOps fails with IpAddressGenerationFailureClient
Public bug reported:
4-04-09 17:21:12.389 | Traceback (most recent call last):
2014-04-09 17:21:12.389 | File "tempest/test.py", line 122, in wrapper
2014-04-09 17:21:12.389 | return f(self, *func_args, **func_kwargs)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 440, in test_cross_tenant_traffic
2014-04-09 17:21:12.389 | self._deploy_tenant(self.alt_tenant)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 308, in _deploy_tenant
2014-04-09 17:21:12.389 | self._set_access_point(tenant)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 271, in _set_access_point
2014-04-09 17:21:12.389 | self._assign_floating_ips(server)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 275, in _assign_floating_ips
2014-04-09 17:21:12.389 | floating_ip = self._create_floating_ip(server, public_network_id)
2014-04-09 17:21:12.390 | File "tempest/scenario/manager.py", line 670, in _create_floating_ip
2014-04-09 17:21:12.390 | result = self.network_client.create_floatingip(body=body)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 109, in with_params
2014-04-09 17:21:12.390 | ret = self.function(instance, *args, **kwargs)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 452, in create_floatingip
2014-04-09 17:21:12.390 | return self.post(self.floatingips_path, body=body)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1294, in post
2014-04-09 17:21:12.390 | headers=headers, params=params)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1217, in do_request
2014-04-09 17:21:12.390 | self._handle_fault_response(status_code, replybody)
2014-04-09 17:21:12.391 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1187, in _handle_fault_response
2014-04-09 17:21:12.391 | exception_handler_v20(status_code, des_error_body)
2014-04-09 17:21:12.391 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 76, in exception_handler_v20
2014-04-09 17:21:12.391 | status_code=status_code)
2014-04-09 17:21:12.391 | IpAddressGenerationFailureClient: No more IP addresses available on network 9965a7b8-6f2f-40fd-bd44-66a23f8bec6c.
Example here http://logs.openstack.org/44/86344/1/check/check-grenade-
dsvm-neutron/b7e18eb/console.html
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305547
Title:
granade job TestSecurityGroupsBasicOps fails with
IpAddressGenerationFailureClient
Status in OpenStack Neutron (virtual network service):
New
Bug description:
4-04-09 17:21:12.389 | Traceback (most recent call last):
2014-04-09 17:21:12.389 | File "tempest/test.py", line 122, in wrapper
2014-04-09 17:21:12.389 | return f(self, *func_args, **func_kwargs)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 440, in test_cross_tenant_traffic
2014-04-09 17:21:12.389 | self._deploy_tenant(self.alt_tenant)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 308, in _deploy_tenant
2014-04-09 17:21:12.389 | self._set_access_point(tenant)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 271, in _set_access_point
2014-04-09 17:21:12.389 | self._assign_floating_ips(server)
2014-04-09 17:21:12.389 | File "tempest/scenario/test_security_groups_basic_ops.py", line 275, in _assign_floating_ips
2014-04-09 17:21:12.389 | floating_ip = self._create_floating_ip(server, public_network_id)
2014-04-09 17:21:12.390 | File "tempest/scenario/manager.py", line 670, in _create_floating_ip
2014-04-09 17:21:12.390 | result = self.network_client.create_floatingip(body=body)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 109, in with_params
2014-04-09 17:21:12.390 | ret = self.function(instance, *args, **kwargs)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 452, in create_floatingip
2014-04-09 17:21:12.390 | return self.post(self.floatingips_path, body=body)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1294, in post
2014-04-09 17:21:12.390 | headers=headers, params=params)
2014-04-09 17:21:12.390 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1217, in do_request
2014-04-09 17:21:12.390 | self._handle_fault_response(status_code, replybody)
2014-04-09 17:21:12.391 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 1187, in _handle_fault_response
2014-04-09 17:21:12.391 | exception_handler_v20(status_code, des_error_body)
2014-04-09 17:21:12.391 | File "/opt/stack/new/python-neutronclient/neutronclient/v2_0/client.py", line 76, in exception_handler_v20
2014-04-09 17:21:12.391 | status_code=status_code)
2014-04-09 17:21:12.391 | IpAddressGenerationFailureClient: No more IP addresses available on network 9965a7b8-6f2f-40fd-bd44-66a23f8bec6c.
Example here http://logs.openstack.org/44/86344/1/check/check-grenade-
dsvm-neutron/b7e18eb/console.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305547/+subscriptions
Follow ups
References