aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-03-13 07:33:21 -0400
committerGiulio Fidente <gfidente@redhat.com>2015-03-19 15:23:00 +0000
commitfed9d001ccc92a6d3392cb959416596b6df83d99 (patch)
treee6b1652e62ebe6b431bc4e353961108351701117 /compute.yaml
parent3eb3134c2657ccbbb005746104327f53632f740e (diff)
Add support for Neutron l3_ha option in puppet templates
With this change we wire the NeutronL3HA parameter to the puppet class, where needed. Change-Id: I37b3850f71885a93859b5e51925df379616fc6ab
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml
index c776d9dd..46938ec2 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -168,10 +168,12 @@ parameters:
The mechanism drivers for the Neutron tenant network. To specify multiple
values, use a comma separated string, like so: 'openvswitch,l2_population'
type: string
+ # Not relevant for Computes, should be removed
NeutronAllowL3AgentFailover:
default: 'True'
description: Allow automatic l3-agent failover
type: string
+ # Not relevant for Computes, should be removed
NeutronL3HA:
default: 'False'
description: Whether to enable l3-agent HA