← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1649754] Re: nova api error InternalServerError HTTP 500

 

[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]

** Changed in: nova
       Status: Incomplete => Expired

-- 
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):
  Expired

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


References