Forum Discussion
Jeff_Giroux
Oct 21, 2014Cirrus
OpenStack F5 plug-in IceHouse and Python Dependencies
My customer asks...
Where can get the plugin that works on icehouse release without python 2.7. The python 2.7 dependency is killing my environment. We are running the Mirantis distribution of I...
Michael_61029
Jan 08, 2015Nimbostratus
I have got this working by symlinking the f5 lbaas files in/usr/lib/python2.7/site-packages from /usr/lib/python2.6/site-packages. Commands run:
ln -s /usr/lib/python2.7/site-packages/f5_bigip_lbaas_agent-1.0.4.icehouse_1-py2.7.egg-info /usr/lib/python2.6/site-packages/f5_bigip_lbaas_agent-1.0.4.icehouse_1-py2.7.egg-info
ln -s /usr/lib/python2.7/site-packages/f5_lbaas_driver-1.0.4.icehouse_1-py2.7.egg-info /usr/lib/python2.6/site-packages/f5_lbaas_driver-1.0.4.icehouse_1-py2.7.egg-info
ln -s /usr/lib/python2.7/site-packages/f5 /usr/lib/python2.6/site-packages/f5
ln -s /usr/lib/python2.7/site-packages/neutron/services/loadbalancer/drivers/f5 /usr/lib/python2.6/site-packages/neutron/services/loadbalancer/drivers/f5
I also had to comment out the loadbalancer service plugin for haproxy in
/usr/share/neutron/neutron-dist.conf
due to this Red Hat bug
The service then starts and is running fine.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects