OvsDpdkMemoryChannels parameter default value

This change is to update the memory channels parameter default
value in service yaml instead of environment yaml file.

Change-Id: Ia0a79b5dc3aa060b91d68e0d23cb1fb5b33eb020
Closes-Bug: #1741234
This commit is contained in:
Jaganathan Palanisamy 2018-01-04 04:56:49 -05:00
parent d05b39d149
commit 2194cce7b8
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ parameter_defaults:
NeutronVhostuserSocketDir: "/var/lib/vhost_sockets" NeutronVhostuserSocketDir: "/var/lib/vhost_sockets"
NovaSchedulerDefaultFilters: "RamFilter,ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter" NovaSchedulerDefaultFilters: "RamFilter,ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
OvsDpdkDriverType: "vfio-pci" OvsDpdkDriverType: "vfio-pci"
OvsDpdkMemoryChannels: "4"
#ComputeOvsDpdkParameters: #ComputeOvsDpdkParameters:
## Host configuration Parameters ## Host configuration Parameters

View File

@ -35,7 +35,7 @@ parameters:
type: string type: string
constraints: constraints:
- allowed_pattern: "[0-9]*" - allowed_pattern: "[0-9]*"
default: "" default: "4"
tags: tags:
- role_specific - role_specific
OvsDpdkSocketMemory: OvsDpdkSocketMemory:

View File

@ -45,7 +45,7 @@ parameters:
type: string type: string
constraints: constraints:
- allowed_pattern: "[0-9]*" - allowed_pattern: "[0-9]*"
default: "" default: "4"
tags: tags:
- role_specific - role_specific
OvsDpdkSocketMemory: OvsDpdkSocketMemory: