a10networks / a10-neutron-lbaas

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

v2, create pool, listener has no service group on ax #87

Open dougwig opened 9 years ago

dougwig commented 9 years ago

neutron lbaas-loadbalancer-create --name kristest lbaas-10-224-84-0-24 neutron lbaas-listener-create --loadbalancer kristest --protocol TCP --protocol-port 80 --name Web-80 neutron lbaas-pool-create --lb-algorithm ROUND_ROBIN --listener Web-80 --protocol TCP --name Web-Pool1

After that pool create, in PoolHandler, it should be updating the vport with the service group of the passed in listener.

ghost commented 9 years ago

See #91