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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -49,7 +49,7 @@ parameters:
|
||||
NativeDhcpMetadata:
|
||||
default: True
|
||||
description: This is the flag to indicate if using native DHCP/Metadata or not.
|
||||
type: string
|
||||
type: boolean
|
||||
DhcpProfileUuid:
|
||||
description: This is the UUID of the NSX DHCP Profile that will be used to enable
|
||||
native DHCP service.
|
||||
|
||||
Reference in New Issue
Block a user