aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-server.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-23 12:09:47 +0000
committerGerrit Code Review <review@openstack.org>2016-07-23 12:09:48 +0000
commit094c9d0bf6f697c32ad6c984161c53a6c4b38614 (patch)
tree32331dd7dae03cf8c4e1164c065d57d15a0114a5 /puppet/services/neutron-server.yaml
parentaf9352e8007f8eb9a0bbec36a49e07328b0cd3f6 (diff)
parent8d0497d819a0f7e75eaae8531218ca7890d8ed7b (diff)
Merge "Fixes type and description for NeutronL3HA"
Diffstat (limited to 'puppet/services/neutron-server.yaml')
-rw-r--r--puppet/services/neutron-server.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/neutron-server.yaml b/puppet/services/neutron-server.yaml
index 6efef618..61af11f9 100644
--- a/puppet/services/neutron-server.yaml
+++ b/puppet/services/neutron-server.yaml
@@ -22,9 +22,9 @@ parameters:
description: Allow automatic l3-agent failover
type: string
NeutronL3HA:
- default: 'False'
- description: Whether to enable l3-agent HA
- type: string
+ default: false
+ description: Whether to enable HA for virtual routers
+ type: boolean
NovaPassword:
description: The password for the nova service and db account, used by nova-api.
type: string