[stable only] Fix NeutronL3AgentAvailabilityZone parameter
The config setting had two checks in same item so the part about NeutronL3AgentAvailabilityZone was never actually applied This was fixed since stable/wallaby in larger commit Idf5c0041a0c6d3ed7d5d49fb68be856719916663 Change-Id: I652b994351595c0e28945ecf2f19a8d5892b99bc Closes-Bug: #1937369
This commit is contained in:
parent
4458da453d
commit
64be22d778
@ -213,12 +213,11 @@ outputs:
|
|||||||
- service_debug_unset
|
- service_debug_unset
|
||||||
- {get_param: Debug}
|
- {get_param: Debug}
|
||||||
- {get_param: NeutronL3AgentDebug}
|
- {get_param: NeutronL3AgentDebug}
|
||||||
-
|
|
||||||
- if:
|
- if:
|
||||||
- az_unset
|
- az_unset
|
||||||
- {}
|
- {}
|
||||||
- neutron::agents::l3::availability_zone: {get_param: NeutronL3AgentAvailabilityZone}
|
- neutron::agents::l3::availability_zone: {get_param: NeutronL3AgentAvailabilityZone}
|
||||||
if:
|
- if:
|
||||||
- l3_agent_extensions_empty
|
- l3_agent_extensions_empty
|
||||||
- {}
|
- {}
|
||||||
- neutron::agents::l3::extensions: {get_param: NeutronL3AgentExtensions}
|
- neutron::agents::l3::extensions: {get_param: NeutronL3AgentExtensions}
|
||||||
|
Loading…
Reference in New Issue
Block a user