Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Remove leftovers after NeutronExternalNetworkBridge option"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 2, 2019
2 parents 2b74541 + ea5deb5 commit e8211bd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions deployment/neutron/neutron-l3-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ parameters:
default: ''
type: string

# DEPRECATED: the following options are deprecated and are currently maintained
# for backwards compatibility. They will be removed in the Pike cycle.
NeutronExternalNetworkBridge:
description: Name of bridge used for external network traffic. Usually L2
agent handles port wiring into external bridge, and hence the
parameter should be unset.
type: string
default: ''
NeutronL3AgentExtensions:
default: ""
description: |
Expand All @@ -135,7 +127,6 @@ conditions:
radvd_wrapper_enabled: {equals: [{get_param: NeutronEnableRadvdDockerWrapper}, true]}
docker_enabled: {equals: [{get_param: ContainerCli}, 'docker']}
service_debug_unset: {equals : [{get_param: NeutronWrapperDebug}, false]}
external_network_bridge_empty: {equals : [{get_param: NeutronExternalNetworkBridge}, "''"]}
az_unset: {equals: [{get_param: NeutronL3AgentAvailabilityZone}, '']}
l3_agent_extensions_empty: {equals : [{get_param: NeutronL3AgentExtensions}, "''"]}

Expand Down Expand Up @@ -213,10 +204,6 @@ outputs:
'106 neutron_l3 vrrp':
proto: vrrp
-
if:
- external_network_bridge_empty
- {}
- neutron::agents::l3::external_network_bridge: {get_param: NeutronExternalNetworkBridge}
- if:
- az_unset
- {}
Expand Down

0 comments on commit e8211bd

Please sign in to comment.