octavia/octavia/tests/common
Bharath M ecfca34890 Fix admin-state-up
While updating the admin-state-up of LB, Listener, Pool,
or member the update fails due to the wrong order of the
positional parameters.

This leads to SQL syntax error and eventually
Loadbalancer gets stuck in PENDING_UPDATE provisioning
status.

The haproxy jinja was not taking into account if objects
were enabled or not.

This patch fixes the above issue.

This patch also adds the OpenFixture class from neutron
to enable safer mocks of os.open.  This was needed for the
test of this code.

Co-Authored-By: Michael Johnson <johnsomor@gmail.com>
Closes-Bug: #1547123
Closes-Bug: #1549036
Closes-Bug: #1549186
Closes-Bug: #1552098
Change-Id: Id5733cc8e26ec7092b821c2c18c41696d6789265
2016-03-14 20:45:45 +00:00
..
__init__.py Added neutron allowed address pairs network driver 2015-04-10 15:24:48 -05:00
data_model_helpers.py Updates the failover flow for active/standby 2016-02-05 01:15:02 +00:00
utils.py Fix admin-state-up 2016-03-14 20:45:45 +00:00