Adjust for new octavia-lib LB signature
Depends-On: https://review.opendev.org/#/c/697359/ Change-Id: I3f0c47e72978103bb4dd83fe6f3cdd2c0e8e3210
This commit is contained in:
parent
d6dc2b9a3e
commit
d115644d3e
@ -73,7 +73,7 @@ munch==2.2.0
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.4
|
||||
networkx==1.11
|
||||
octavia-lib==1.3.1
|
||||
octavia-lib==1.5.0
|
||||
openstacksdk==0.12.0
|
||||
os-client-config==1.29.0
|
||||
os-service-types==1.2.0
|
||||
|
@ -618,6 +618,7 @@ class SampleDriverDataModels(object):
|
||||
self.provider_loadbalancer_tree_dict = {
|
||||
lib_consts.ADDITIONAL_VIPS: None,
|
||||
lib_consts.ADMIN_STATE_UP: True,
|
||||
lib_consts.AVAILABILITY_ZONE: None,
|
||||
lib_consts.DESCRIPTION: self.lb_description,
|
||||
lib_consts.FLAVOR: {"something": "else"},
|
||||
lib_consts.LISTENERS: None,
|
||||
|
@ -45,7 +45,7 @@ tenacity>=5.0.4 # Apache-2.0
|
||||
distro>=1.2.0 # Apache-2.0
|
||||
jsonschema>=2.6.0 # MIT
|
||||
debtcollector>=1.19.0 # Apache-2.0
|
||||
octavia-lib>=1.3.1 # Apache-2.0
|
||||
octavia-lib>=1.5.0 # Apache-2.0
|
||||
netaddr>=0.7.19 # BSD
|
||||
simplejson>=3.13.2 # MIT
|
||||
setproctitle>=1.1.10 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user