Your message dated Wed, 29 Jun 2016 18:00:40 +0200
with message-id <[email protected]>
and subject line Re: [PKG-Openstack-devel] Bug#828995: neutron-lbaas-agent: 
LBaaS agent won't start
has caused the Debian Bug report #828995,
regarding neutron-lbaas-agent: LBaaS agent won't start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
828995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: neutron-lbaas-agent
Version: 1:8.0.0-2
Severity: important

When trying to start the LBaaS agent, I get this in the
log file:

----- s n i p ------
2016-06-29 16:45:23.776 16261 CRITICAL neutron 
[req-4491f5db-6a7e-4d5b-97e4-e049e5748767 - - - - -] TypeError: __init__() 
takes exactly 1 argument (2 given)
2016-06-29 16:45:23.776 16261 ERROR neutron Traceback (most recent call last):
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/bin/neutron-lbaas-agent", line 10, in <module>
2016-06-29 16:45:23.776 16261 ERROR neutron     sys.exit(main())
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent.py",
 line 62, in main
2016-06-29 16:45:23.776 16261 ERROR neutron     mgr = 
manager.LbaasAgentManager(cfg.CONF)
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent_manager.py",
 line 70, in __init__
2016-06-29 16:45:23.776 16261 ERROR neutron     self._load_drivers()
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent_manager.py",
 line 95, in _load_drivers
2016-06-29 16:45:23.776 16261 ERROR neutron     self.plugin_rpc
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in 
import_object
2016-06-29 16:45:23.776 16261 ERROR neutron     return 
import_class(import_str)(*args, **kwargs)
2016-06-29 16:45:23.776 16261 ERROR neutron   File 
"/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/namespace_driver.py",
 line 79, in __init__
2016-06-29 16:45:23.776 16261 ERROR neutron     self.vif_driver = 
vif_driver_class(conf)
2016-06-29 16:45:23.776 16261 ERROR neutron TypeError: __init__() takes exactly 
1 argument (2 given)
2016-06-29 16:45:23.776 16261 ERROR neutron
----- s n i p ------


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages neutron-lbaas-agent depends on:
ii  adduser               3.115
ii  debconf               1.5.59
ii  init-system-helpers   1.36
ii  lsb-base              9.20160601
ii  neutron-common        2:8.1.2-1
ii  python-neutron-lbaas  1:8.0.0-2
pn  python2.7:any         <none>

neutron-lbaas-agent recommends no packages.

neutron-lbaas-agent suggests no packages.

-- Configuration Files:
/etc/neutron/lbaas_agent.ini changed:
[DEFAULT]
device_driver = 
neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver
ovs_integration_bridge = br-provider
interface_driver = 
neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
[haproxy]

/etc/neutron/neutron_lbaas.conf changed:
[DEFAULT]
[certificates]
[quotas]
[service_auth]
auth_url = http://controll:35357/v2.0
admin_user = neutron
admin_tenant_name = service
admin_password = passwd
region = europe-london
[service_providers]
service_provider = 
LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default

-- no debconf information

--- End Message ---
--- Begin Message ---
On 06/29/2016 05:49 PM, Turbo Fredriksson wrote:
> Package: neutron-lbaas-agent
> Version: 1:8.0.0-2
> Severity: important
> 
> When trying to start the LBaaS agent, I get this in the
> log file:
> 
> ----- s n i p ------
> 2016-06-29 16:45:23.776 16261 CRITICAL neutron 
> [req-4491f5db-6a7e-4d5b-97e4-e049e5748767 - - - - -] TypeError: __init__() 
> takes exactly 1 argument (2 given)
> 2016-06-29 16:45:23.776 16261 ERROR neutron Traceback (most recent call last):
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/bin/neutron-lbaas-agent", line 10, in <module>
> 2016-06-29 16:45:23.776 16261 ERROR neutron     sys.exit(main())
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent.py",
>  line 62, in main
> 2016-06-29 16:45:23.776 16261 ERROR neutron     mgr = 
> manager.LbaasAgentManager(cfg.CONF)
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent_manager.py",
>  line 70, in __init__
> 2016-06-29 16:45:23.776 16261 ERROR neutron     self._load_drivers()
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/agent/agent_manager.py",
>  line 95, in _load_drivers
> 2016-06-29 16:45:23.776 16261 ERROR neutron     self.plugin_rpc
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in 
> import_object
> 2016-06-29 16:45:23.776 16261 ERROR neutron     return 
> import_class(import_str)(*args, **kwargs)
> 2016-06-29 16:45:23.776 16261 ERROR neutron   File 
> "/usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/namespace_driver.py",
>  line 79, in __init__
> 2016-06-29 16:45:23.776 16261 ERROR neutron     self.vif_driver = 
> vif_driver_class(conf)
> 2016-06-29 16:45:23.776 16261 ERROR neutron TypeError: __init__() takes 
> exactly 1 argument (2 given)
> 2016-06-29 16:45:23.776 16261 ERROR neutron
> ----- s n i p ------
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/openstack-devel

Hi,

This isn't a bug, but a missconfiguration. I remember having this issue,
and pushing the right options in neutron fixed it. I can't remember what
option was involved though.

Therefore, I'm closing this bug.

Thomas Goirand (zigo)

--- End Message ---

Reply via email to