Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList
authorKarthik S <ksundara@redhat.com>
Wed, 31 May 2017 12:31:59 +0000 (08:31 -0400)
committerKarthik S <ksundara@redhat.com>
Wed, 31 May 2017 14:04:42 +0000 (10:04 -0400)
This fix needs to be backported to ocata.

Change-Id: I5938761efa4f56e576f41929e0bc12df246ac81a
Signed-off-by: Karthik S <ksundara@redhat.com>
Closes-Bug: #1694703

puppet/services/neutron-ovs-dpdk-agent.yaml

index fec9e2a..29c1046 100644 (file)
@@ -27,17 +27,17 @@ parameters:
                  via parameter_defaults in the resource registry.
     type: json
   HostCpusList:
-    default: "'0'"
+    default: "0"
     description: List of cores to be used for host process
     type: string
     constraints:
-      - allowed_pattern: "'[0-9,-]+'"
+      - allowed_pattern: "[0-9,-]+"
   NeutronDpdkCoreList:
-    default: "''"
+    default: ""
     description: List of cores to be used for DPDK Poll Mode Driver
     type: string
     constraints:
-      - allowed_pattern: "'[0-9,-]*'"
+      - allowed_pattern: "[0-9,-]*"
   NeutronDpdkMemoryChannels:
     default: ""
     description: Number of memory channels to be used for DPDK