a10networks / a10-neutron-lbaas

A10 Networks, Openstack Neutron LBaaS Driver
Apache License 2.0
9 stars 19 forks source link

Where is properly a10 driver for kilo and liberty? #123

Closed sasukeh closed 8 years ago

sasukeh commented 8 years ago

I just want to integrate a10 lb to openstack kilo and liberty release. According to readme.md, There is only driver for juno release.

I have three question for you guys... 1) How about the progress of the work for kilo and liberty? 2) I think only Issue of github has those information of a10 driver, right? 3) Is there some useful information to integrate a10LB to OpenStack in other place except github?

Cedev commented 8 years ago

Using the current driver with kilo has, for the most, been tested. To get the latest stable release sudo pip install a10-neutron-lbaas. Follow the installation instructions from https://github.com/a10networks/a10-neutron-lbaas. There are a few newer features (auto souce nat, ip-in-ip, and vrid) mentioned in the installation instructions that are only in the 1.3.6 version from github and aren't yet in the stable 1.3.5 version you'll get from pypi when you install the driver from pip.

sasukeh commented 8 years ago

Cedev Thank you for your comment. I will use a10-neutron-lbaas of stable version 1.3.5 from pypi repos.