Merge "Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList"

This commit is contained in:
Jenkins 2017-06-05 19:26:22 +00:00 committed by Gerrit Code Review
commit 01c44271e8
1 changed files with 4 additions and 4 deletions

View 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