Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList

This fix needs to be backported to ocata.

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

Signed-off-by: Karthik S <ksundara@redhat.com>
Closes-Bug: #1694703
Change-Id: I5938761efa4f56e576f41929e0bc12df246ac81a
(cherry picked from commit 61480182f8)
This commit is contained in:
Karthik S 2017-05-31 08:31:59 -04:00
parent 19e86b3bef
commit c32bbba761
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ parameters:
description: List of cores to be used for host process
type: string
constraints:
- allowed_pattern: "'[0-9,-]+'"
- allowed_pattern: "[0-9,-]+"
NeutronDpdkCoreList:
description: List of cores to be used for DPDK Poll Mode Driver
type: string
constraints:
- allowed_pattern: "'[0-9,-]+'"
- allowed_pattern: "[0-9,-]*"
NeutronDpdkMemoryChannels:
description: Number of memory channels to be used for DPDK
type: string