octavia/octavia/api/drivers
Carlos Goncalves e0c45ce4d2 Fix setting of VIP QoS policy
Load balancers were going in to ERROR when updating vip_qos_policy_id in
two different cases:

- QoS extension enabled: the VIP DB data model was incorrectly
  constructed ('vip_qos_policy_id' where it should have been
  'qos_policy_id')
- QoS extension disabled: setting an UUID or None would fail in the LB
  update flow as the extension is disabled, and the API would return
  HTTP 202 to the user.

Story: 2004602
Task: 28512

Change-Id: Ie974afa52fe70cbab72b7e7f75bf7ee1015e148c
2019-04-03 14:59:58 +02:00
..
amphora_driver Fix setting of VIP QoS policy 2019-04-03 14:59:58 +02:00
driver_agent Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
noop_driver Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
__init__.py Creates provider driver base class and exceptions 2018-04-27 09:14:32 -07:00
data_models.py Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
driver_factory.py Implement provider drivers - Load Balancer 2018-05-22 17:26:08 -07:00
driver_lib.py Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
exceptions.py Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
provider_base.py Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
utils.py Add 2 new fields into Pool API for support re-encryption 2019-02-28 16:20:09 -08:00