Remove untrue comment message
Octavia is using graph_flow to handle building Amphora if there are no spares. More details can be find: octavia.controller.worker.flows.amphora_flows.AmphoraFlows.get_amphora_for_lb_subflow The comment message for 'create_load_balancer' in ControllerWorker is not correct. Change-Id: I9cfafd96076416c86462b333fe6e6f6abfa3fb97
This commit is contained in:
parent
d19eb06a67
commit
e42b3db580
@ -282,11 +282,6 @@ class ControllerWorker(base_taskflow.BaseTaskFlowEngine):
|
||||
:raises NoSuitableAmphoraException: Unable to allocate an Amphora.
|
||||
"""
|
||||
|
||||
# Note this is a bit strange in how it handles building
|
||||
# Amphora if there are no spares. TaskFlow has a spec for
|
||||
# a conditional flow that would make this cleaner once implemented.
|
||||
# https://review.openstack.org/#/c/98946/
|
||||
|
||||
store = {constants.LOADBALANCER_ID: load_balancer_id}
|
||||
|
||||
topology = CONF.controller_worker.loadbalancer_topology
|
||||
|
Loading…
Reference in New Issue
Block a user