yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59782
[Bug 1649754] [NEW] nova api error InternalServerError HTTP 500
Public bug reported:
when use rally to test openstack,I meets a error that run 4times failure
1time.details info as follow:
Iteration Exception type Exception message
► 4 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-537dd75e-d75c-450d-afff-9271a69c4aae)
and rally task is:
{
"NovaSecGroup.create_and_list_secgroups": [
{
"runner": {
"type": "constant",
"concurrency": 4,
"times": 4
},
"args": {
"security_group_count": 5,
"rules_per_security_group": 5
},
"sla": {
"failure_rate": {
"max": 0
}
},
"context": {
"users": {
"users_per_tenant": 2,
"project_domain": "default",
"user_choice_method": "random",
"user_domain": "default",
"tenants": 2,
"resource_management_workers": 20
},
"quotas": {
"neutron": {
"security_group": -1,
"security_group_rule": -1
}
}
}
}
]
}
** Affects: nova
Importance: Undecided
Status: New
--
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/1649754
Title:
nova api error InternalServerError HTTP 500
Status in OpenStack Compute (nova):
New
Bug description:
when use rally to test openstack,I meets a error that run 4times
failure 1time.details info as follow:
Iteration Exception type Exception message
► 4 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-537dd75e-d75c-450d-afff-9271a69c4aae)
and rally task is:
{
"NovaSecGroup.create_and_list_secgroups": [
{
"runner": {
"type": "constant",
"concurrency": 4,
"times": 4
},
"args": {
"security_group_count": 5,
"rules_per_security_group": 5
},
"sla": {
"failure_rate": {
"max": 0
}
},
"context": {
"users": {
"users_per_tenant": 2,
"project_domain": "default",
"user_choice_method": "random",
"user_domain": "default",
"tenants": 2,
"resource_management_workers": 20
},
"quotas": {
"neutron": {
"security_group": -1,
"security_group_rule": -1
}
}
}
}
]
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1649754/+subscriptions
Follow ups