diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index 1bc59e14..3723169c 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 |