aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-base.yaml
diff options
context:
space:
mode:
authorTong Liu <tongl@vmware.com>2017-09-05 11:27:18 +0000
committerBogdan Dobrelya <bdobreli@redhat.com>2017-09-19 09:42:10 +0000
commit5a7472c1696d9f173a1fd4387e349cda2eb44ff8 (patch)
treefd3842000aac7a994d498477840a3b9c7e4ac984 /puppet/services/neutron-base.yaml
parentdc9d9893717b819cf65893573199db8b473d284f (diff)
Change to boolean for boolean type params
Some boolean params are set to string type. Although it works, but it is better to use boolean type for better validation. This patch changes them to boolean type. Change-Id: I9f1d223619ea14fbab26033b24eb1144796e5ef2 Closes-Bug: #1715209 (cherry picked from commit cab8ab1d342c6ffada3f2adea5834b4549240af5)
Diffstat (limited to 'puppet/services/neutron-base.yaml')
-rw-r--r--puppet/services/neutron-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-base.yaml b/puppet/services/neutron-base.yaml
index af3f8637..9e493c3e 100644
--- a/puppet/services/neutron-base.yaml
+++ b/puppet/services/neutron-base.yaml
@@ -33,7 +33,7 @@ parameters:
DhcpAgentNotification:
default: true
description: Whether or not to enable DHCP agent notifications.
- type: string
+ type: boolean
NeutronDnsDomain:
type: string
default: openstacklocal