Change datatype of revalidator,handler threads
Currently these parameters are number type. They fail string validation at vs_config. Default set to none to retain current behavior. Change-Id: If74e061ec6b5b78dd6a3c16de1ab0449f4d197e2 Closes-Bug: #1837030
This commit is contained in:
parent
dab3db71aa
commit
b214b2c585
@ -43,15 +43,15 @@ parameters:
|
||||
OvsHandlerCores:
|
||||
description: >
|
||||
Number of cores to be used for ovs handler threads.
|
||||
type: number
|
||||
default: 1
|
||||
type: string
|
||||
default: ""
|
||||
tags:
|
||||
- role_specific
|
||||
OvsRevalidatorCores:
|
||||
description: >
|
||||
Number of cores to be used for ovs revalidator threads.
|
||||
type: number
|
||||
default: 1
|
||||
type: string
|
||||
default: ""
|
||||
tags:
|
||||
- role_specific
|
||||
OvsDpdkMemoryChannels:
|
||||
|
Loading…
Reference in New Issue
Block a user