octavia/specs
Brandon Logan c2bdb48419 Decouple amp driver from network using new models
The amphora driver's post_vip_plug method required network specific information
about the amphora to complete implementations.  It was not accepting anything
other than a loadbalancer object.  Now it takes a dictionary of
AmphoraNetworkConfig objects that is keyed of amphora id.  Each instance
contains network specific information required to set up the correct routing
on the amphora.

This patch sets up the routing correctly to solve the vip blackholing issue but
only for the ssh_driver.  The argument has only been added to the post_vip_plug
method of the rest_api_driver but will need to be updated to handle this new
information and to also fix the vip blackholing problems.

Change-Id: I17ce89b6c050a2a36e0a802920e2dedb063f615b
Closes-Bug: #1453951
2015-07-30 22:43:25 -05:00
..
version0.5 Decouple amp driver from network using new models 2015-07-30 22:43:25 -05:00
version1 Populate repository with common initial files 2014-07-02 20:30:14 -07:00
example.dot Documenting project direction and design 2014-08-02 17:08:10 +00:00
skeleton.rst Populate repository with common initial files 2014-07-02 20:30:14 -07:00
template.rst Documenting project direction and design 2014-08-02 17:08:10 +00:00