Merge "Change to boolean for boolean type params"
This commit is contained in:
commit
a579f4a343
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user