← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1608314] Re: vpn failure with neutron-lib 0.3.0

 

** Changed in: networking-midonet
       Status: In Progress => Fix Released

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

Title:
  vpn failure with neutron-lib 0.3.0

Status in networking-midonet:
  Fix Released
Status in neutron:
  Fix Released

Bug description:
  http://logs.openstack.org/16/349016/1/check/gate-networking-midonet-
  python27-ubuntu-xenial/102bea5/testr_results.html.gz

  ft18.5: midonet.neutron.tests.unit.test_extension_vpnaas.VPNTestCase.test_update_ipsec_site_connection_error_StringException: Empty attachments:
    stdout

  pythonlogging:'': {{{
  WARNING [stevedore.named] Could not load midonet.neutron.plugin_v2.MidonetPluginV2
   WARNING [stevedore.named] Could not load neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin
   WARNING [stevedore.named] Could not load midonet.neutron.services.vpn.service_drivers.midonet_ipsec.MidonetIPsecVPNDriver
   WARNING [neutron.api.extensions] Extension address-scope not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension auto-allocated-topology not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension availability_zone not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension default-subnetpools not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension dns-integration not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension dvr not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension flavors not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension ip_allocation not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension l3-ha not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension l3-flavors not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension l3_agent_scheduler not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension metering not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension multi-provider not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension net-mtu not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension network_availability_zone not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension network-ip-availability not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension qos not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension revisions not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension router_availability_zone not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension router-service-type not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension segment not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension tag not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension timestamp_core not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension trunk not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension trunk-details not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension vlan-transparent not supported by any of loaded plugins
     ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
   WARNING [neutron.api.extensions] Extension bgp-speaker-router-insertion not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension gateway-device not supported by any of loaded plugins
   WARNING [neutron.api.extensions] Extension logging-resource not supported by any of loaded plugins
   WARNING [neutron.quota.resource_registry] network is already registered
   WARNING [neutron.quota.resource_registry] subnetpool is already registered
   WARNING [neutron.quota.resource_registry] port is already registered
   WARNING [neutron.quota.resource_registry] subnet is already registered
   WARNING [neutron.quota.resource_registry] router is already registered
   WARNING [neutron.quota.resource_registry] floatingip is already registered
   WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
   WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 1d884b17-a640-4392-9e83-ca704a8338fb: no agents available; will retry on subsequent port and subnet creation events.
   WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
   WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network ce5d24a2-ab47-4c49-bff0-2e980e009b79: no agents available; will retry on subsequent port and subnet creation events.
   WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
   WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 1d884b17-a640-4392-9e83-ca704a8338fb: no agents available; will retry on subsequent port and subnet creation events.
  }}}

  stderr: {{{
  /tmp/openstack/neutron-vpnaas/neutron_vpnaas/extensions/vpnaas.py:169: DeprecationWarning: validators in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.api.validators
    attr.validators['type:subnet_list_or_none'] = _validate_subnet_list_or_none
  /tmp/openstack/neutron-vpnaas/neutron_vpnaas/extensions/vpnaas.py:187: DeprecationWarning: UNLIMITED in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.api.validators
    vpn_lifetime_limits = (60, attr.UNLIMITED)
  /tmp/openstack/neutron-vpnaas/neutron_vpnaas/extensions/vpnaas.py:188: DeprecationWarning: UNLIMITED in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.api.validators
    positive_int = (0, attr.UNLIMITED)
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: DHCPV6_STATELESS in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: DHCPV6_STATELESS in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: DHCPV6_STATELESS in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: IPV6_SLAAC in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/common/ipv6_utils.py:70: DeprecationWarning: DHCPV6_STATELESS in version 'mitaka' and will be removed in version 'newton': moved to neutron_lib.constants
    modes = [constants.IPV6_SLAAC, constants.DHCPV6_STATELESS]
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_to_boolean()' has moved to 'neutron_lib.api.converters.convert_to_boolean()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_none_to_empty_dict()' has moved to 'neutron_lib.api.converters.convert_none_to_empty_dict()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_none_to_empty_dict()' has moved to 'neutron_lib.api.converters.convert_none_to_empty_dict()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_to_list()' has moved to 'neutron_lib.api.converters.convert_to_list()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron-vpnaas/neutron_vpnaas/extensions/vpnaas.py:167: DeprecationWarning: Function 'neutron.api.v2.attributes._validate_subnet_list()' has moved to 'functools.partial()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    attr._validate_subnet_list(data, key_specs)
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_to_boolean()' has moved to 'neutron_lib.api.converters.convert_to_boolean()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_to_int()' has moved to 'neutron_lib.api.converters.convert_to_int()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  /tmp/openstack/neutron/neutron/api/v2/attributes.py:428: DeprecationWarning: Function 'neutron.api.v2.attributes.convert_none_to_empty_dict()' has moved to 'neutron_lib.api.converters.convert_none_to_empty_dict()' in version 'mitaka' and will be removed in version 'ocata': moved to neutron_lib
    res_dict[attr] = attr_vals['convert_to'](res_dict[attr])
  }}}

  Traceback (most recent call last):
    File "midonet/neutron/tests/unit/test_extension_vpnaas.py", line 199, in test_update_ipsec_site_connection_error
      with self.ipsec_site_connection() as ipsec_site_connection:
    File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
      return self.gen.next()
    File "/tmp/openstack/neutron-vpnaas/neutron_vpnaas/tests/unit/db/vpn/test_vpn_db.py", line 394, in ipsec_site_connection
      raise webob.exc.HTTPClientError(code=res.status_int)
  webob.exc.HTTPClientError: The server could not comply with the request since it is either malformed or otherwise incorrect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-midonet/+bug/1608314/+subscriptions