From b214b2c5852a63b56ea3dde621ddd2c233a228b2 Mon Sep 17 00:00:00 2001 From: hakhande Date: Thu, 18 Jul 2019 16:45:43 +0530 Subject: [PATCH] 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 --- deployment/openvswitch/openvswitch-baremetal-puppet.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/openvswitch/openvswitch-baremetal-puppet.yaml b/deployment/openvswitch/openvswitch-baremetal-puppet.yaml index abfb56b948..ff924bc89e 100644 --- a/deployment/openvswitch/openvswitch-baremetal-puppet.yaml +++ b/deployment/openvswitch/openvswitch-baremetal-puppet.yaml @@ -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: