Merge "Change datatype of revalidator,handler threads" into stable/stein

This commit is contained in:
Zuul 2019-08-09 16:58:00 +00:00 committed by Gerrit Code Review
commit 7cdfe96575
1 changed files with 4 additions and 4 deletions

View File

@ -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: