writing an lbaas v2 driver
Hi,
I am writing an custom lbaas v2.0 driver for my product. Was wondering if there's a document on how to go about that. I see a number of implementations as part of the source code but they all seem to be different. For instance HAProxy is completely different when compared to the other vendors. I am assuming that HAProxy is the "standard" as it is the default load balancer for OpenStack. Is there a design doc or some kinda write up?
I guess I could reverse engineering the HAProxy namespace driver but I am probably going to miss some of the design elements. Any help would be great.
Thanks