yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60129
[Bug 1652289] Re: Run rally task NovaSecGroup.create_and_list_secgroups ClientException
What version of nova and neutron, and the respective clients? It looks
like neutronclient is raising an exception, but you'd need to provide
the nova-api and neutron server logs to get a better idea of what's
failing.
** Tags added: neutron rally
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1652289
Title:
Run rally task NovaSecGroup.create_and_list_secgroups ClientException
Status in OpenStack Compute (nova):
Invalid
Bug description:
Hello,when I run rally in openstack, it happens somethins wrong as follow:
++++++++++++++++++++++++++
1 ClientException Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'neutronclient.common.exceptions.InternalServerError'> (HTTP 500) (Request-ID: req-85cb1c40-97f6-47ad-b708-df789da2f6ac)
the detail info is:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 73, in _run_scenario_once
getattr(scenario_inst, method_name)(**scenario_kwargs)
File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/security_group.py", line 81, in run
security_group_count)
File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/scenarios/nova/utils.py", line 798, in _create_security_groups
sg_name)
File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 443, in wrapped
return decorated(*a, **k)
File "/usr/lib/python2.7/site-packages/novaclient/api_versions.py", line 402, in substitution
return methods[-1].func(obj, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/v2/security_groups.py", line 65, in create
return self._create('/os-security-groups', body, 'security_group')
File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 356, in _create
resp, body = self.api.client.post(url, body=body)
File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 193, in post
return self.request(url, 'POST', **kwargs)
File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 117, in request
raise exceptions.from_response(resp, body, url, method)
ClientException: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'neutronclient.common.exceptions.InternalServerError'> (HTTP 500) (Request-ID: req-85cb1c40-97f6-47ad-b708-df789da2f6ac)
++++++++++++++++++++++++++++++++++++++
can someone solve this problem?
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1652289/+subscriptions
References