Add missing role_specific tag for NUMA aware vswitches params
Change I318ba9c262f64c0d416a017ed836ae0729acedb4 expose NUMA aware vswitches configuration parameter, which are role-specific. The proposed patch adds role_specific tag for those parameters which is missed in original patch. Change-Id: I96fd7dfc5468bf1dbdc665b3d848b40223ee9454
This commit is contained in:
parent
15d34de247
commit
90717bdca6
@ -161,10 +161,14 @@ parameters:
|
|||||||
physnet names and corresponding values are list of associated numa_nodes.
|
physnet names and corresponding values are list of associated numa_nodes.
|
||||||
type: json
|
type: json
|
||||||
default: {}
|
default: {}
|
||||||
|
tags:
|
||||||
|
- role_specific
|
||||||
NeutronTunnelNUMANodes:
|
NeutronTunnelNUMANodes:
|
||||||
description: Used to configure NUMA affinity for all tunneled networks.
|
description: Used to configure NUMA affinity for all tunneled networks.
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
default: []
|
default: []
|
||||||
|
tags:
|
||||||
|
- role_specific
|
||||||
NovaResumeGuestsStateOnHostBoot:
|
NovaResumeGuestsStateOnHostBoot:
|
||||||
default: false
|
default: false
|
||||||
description: Whether to start running instance on compute host reboot
|
description: Whether to start running instance on compute host reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user