← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1269183] [NEW] error while retrieving nat rules during remote_router_interface

 

Public bug reported:

The following stacktrace has been observed:

http://paste.openstack.org/show/61221/

Which leads to the following error:

ft24.1: tearDownClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)_StringException: Traceback (most recent call last):
  File "tempest/api/network/base.py", line 88, in tearDownClass
    router['id'], i['fixed_ips'][0]['subnet_id'])
  File "tempest/services/network/json/network_client.py", line 215, in remove_router_interface_with_subnet_id
    resp, body = self.put(uri, update_body)
  File "tempest/services/network/network_client_base.py", line 65, in put
    return self.rest_client.put(uri, body, headers)
  File "tempest/common/rest_client.py", line 314, in put
    return self.request('PUT', url, headers, body)
  File "tempest/common/rest_client.py", line 436, in request
    resp, resp_body)
  File "tempest/common/rest_client.py", line 530, in _error_checker
    raise exceptions.ServerFault(message)
ServerFault: Got server fault
Details: {"NeutronError": {"message": "While retrieving NAT rules, 2 were found whereas rules in the (1,1) interval were expected", "type": "NvpNatRuleMismatch", "detail": ""}}

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: nicira

** Tags added: nicira

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

Title:
  error while retrieving nat rules during remote_router_interface

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The following stacktrace has been observed:

  http://paste.openstack.org/show/61221/

  Which leads to the following error:

  ft24.1: tearDownClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)_StringException: Traceback (most recent call last):
    File "tempest/api/network/base.py", line 88, in tearDownClass
      router['id'], i['fixed_ips'][0]['subnet_id'])
    File "tempest/services/network/json/network_client.py", line 215, in remove_router_interface_with_subnet_id
      resp, body = self.put(uri, update_body)
    File "tempest/services/network/network_client_base.py", line 65, in put
      return self.rest_client.put(uri, body, headers)
    File "tempest/common/rest_client.py", line 314, in put
      return self.request('PUT', url, headers, body)
    File "tempest/common/rest_client.py", line 436, in request
      resp, resp_body)
    File "tempest/common/rest_client.py", line 530, in _error_checker
      raise exceptions.ServerFault(message)
  ServerFault: Got server fault
  Details: {"NeutronError": {"message": "While retrieving NAT rules, 2 were found whereas rules in the (1,1) interval were expected", "type": "NvpNatRuleMismatch", "detail": ""}}

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


Follow ups

References