diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-05 04:51:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-05 04:51:08 +0000 |
commit | a45ea6107df25f1444142a1945717c90180e2700 (patch) | |
tree | e6071f92f887a30bc118914508580adbecf750b0 /puppet/compute.yaml | |
parent | 850c650161adaac894692df7605eda2486d882cc (diff) | |
parent | 466274e28712d913528742be3293266743062a45 (diff) |
Merge "Move per-role *SchedulerHints parameters into role templates"
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r-- | puppet/compute.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml index 0e029162..f4cbbf31 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -205,7 +205,7 @@ parameters: Extra properties or metadata passed to Nova for the created nodes in the overcloud. It's accessible via the Nova metadata API. type: json - SchedulerHints: + NovaComputeSchedulerHints: type: json description: Optional scheduler hints to pass to nova default: {} @@ -244,7 +244,7 @@ resources: params: {get_param: HostnameMap} software_config_transport: {get_param: SoftwareConfigTransport} metadata: {get_param: ServerMetadata} - scheduler_hints: {get_param: SchedulerHints} + scheduler_hints: {get_param: NovaComputeSchedulerHints} # Combine the NodeAdminUserData and NodeUserData mime archives UserData: |