diff options
Diffstat (limited to 'controller.yaml')
-rw-r--r-- | controller.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index 57b07718..059acba2 100644 --- a/controller.yaml +++ b/controller.yaml @@ -220,6 +220,10 @@ parameters: default: 'True' description: Allow automatic l3-agent failover type: string + NeutronL3HA: + default: 'False' + description: Whether to enable l3-agent HA + type: string NeutronEnableTunnelling: type: string default: "True" |