openstack-python-neutronclient/neutronclient/tests/unit/lb/v2/__init__.py
Craig Tracey 0be3b622c6 Implement LBaaS object model v2
This change implements the LBaaS v2 object model changes necessary for
python-neutronclient. It includes new objects loadbalancer and listener,
as well as new implementations for pool, member, and healthmonitor.
While many constructs are the same as in v1, many are not, and have
therefore been namespaced under lb/v2.

This client now supports both the v1 and v2 implementations
simultaneously. v1 commands retain their original form:
neutron lb-<object>-<command>

and v2 commands take the form:
neutron lbaas-<object>-<command>

Co-Authored-By: Michael Johnson <johnsom@hp.com>
Change-Id: I970b1de39d0dd8872459a584dd1f5c9110796ac9
Partially-implements: blueprint lbaas-api-and-objmodel-improvement
DocImpact
2015-02-04 21:29:22 +00:00

0 lines
Python