Forum Discussion

Shawn_Chaining_'s avatar
Shawn_Chaining_
Icon for Nimbostratus rankNimbostratus
Dec 12, 2014

Can't get F5 Lbaas agent run on Openstack.

hi, I'm new in Openstack and F5.

 

My openstack is Havana, and I have contoller node, compute node, network node running in environment.

 

When I install f5-lbaas-driver in both controller and network node, it seems good.

 

But, when I install f5-bigip-lbaas-agent in network node, problem comes.

 

  1. I can't find "Loadbalance agent" entry with command "neutron agent-list".

     

  2. in log file "/var/log/neutron/f5-bigip-lbaas-agent.log", "ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver" shows a lot.

     

  3. Meanwhile, I see this ERROR message in console, "Error importing loadbalancer device driver: neutron.services.loadbalancer.drivers.f5.bigip.icontrol_driver.iControlDriver". It makes me crazy.

     

The agent file is "f5-bigip-lbaas-agent_1.0.1.havana-1-1_all.deb".

 

Can anybody help me solve this problem? Thanks so much.

 

2 Replies

  • i got this error, my version is icehouse's version agent. 2015-01-07 14:42:43.078 57373 INFO neutron.common.config [-] Logging enabled! 2015-01-07 14:42:43.079 57373 INFO neutron.services.loadbalancer.drivers.f5.bigip.agent_manager [-] Initializing LbaasAgentManager with conf 2015-01-07 14:42:43.080 57373 DEBUG neutron.services.loadbalancer.drivers.f5.bigip.agent_manager [-] Initializing LogicalServiceCache version 0.1.1 init /usr/lib/python2.7/dist-packages/neutron/services/loadbalancer/drivers/f5/bigip/agent_manager.py:93 Error importing loadbalancer device driver: neutron.services.loadbalancer.drivers.f5.bigip.icontrol_driver.iControlDriver

     

  • I found how to fix this error:Error importing loadbalancer device driver: neutron.services.loadbalancer.drivers.f5.bigip.icontrol_driver.iControlDriver

     

    Need install python-suds use: apt-get install python-suds