Merge "Change to boolean for boolean type params"

This commit is contained in:
Jenkins 2017-09-10 02:39:31 +00:00 committed by Gerrit Code Review
commit a579f4a343
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ parameters:
DhcpAgentNotification: DhcpAgentNotification:
default: true default: true
description: Whether or not to enable DHCP agent notifications. description: Whether or not to enable DHCP agent notifications.
type: string type: boolean
NeutronDnsDomain: NeutronDnsDomain:
type: string type: string
default: openstacklocal default: openstacklocal

View File

@ -49,7 +49,7 @@ parameters:
NativeDhcpMetadata: NativeDhcpMetadata:
default: True default: True
description: This is the flag to indicate if using native DHCP/Metadata or not. description: This is the flag to indicate if using native DHCP/Metadata or not.
type: string type: boolean
DhcpProfileUuid: DhcpProfileUuid:
description: This is the UUID of the NSX DHCP Profile that will be used to enable description: This is the UUID of the NSX DHCP Profile that will be used to enable
native DHCP service. native DHCP service.