Merge "Make NovaWorkers descriptions consistent"

This commit is contained in:
Jenkins 2017-06-30 19:52:41 +00:00 committed by Gerrit Code Review
commit 42a332da1b
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ parameters:
type: json type: json
NovaWorkers: NovaWorkers:
default: 0 default: 0
description: Number of workers for Nova API service. description: Number of workers for Nova services.
type: number type: number
NovaPassword: NovaPassword:
description: The password for the nova service and db account, used by nova-api. description: The password for the nova service and db account, used by nova-api.

View File

@ -28,7 +28,7 @@ parameters:
type: json type: json
NovaWorkers: NovaWorkers:
default: 0 default: 0
description: Number of workers for Nova Conductor service. description: Number of workers for Nova services.
type: number type: number
MonitoringSubscriptionNovaConductor: MonitoringSubscriptionNovaConductor:
default: 'overcloud-nova-conductor' default: 'overcloud-nova-conductor'

View File

@ -28,7 +28,7 @@ parameters:
type: json type: json
NovaWorkers: NovaWorkers:
default: 0 default: 0
description: Number of workers for Nova API service. description: Number of workers for Nova services.
type: number type: number
conditions: conditions:

View File

@ -28,7 +28,7 @@ parameters:
type: json type: json
NovaWorkers: NovaWorkers:
default: 0 default: 0
description: Number of workers for Nova Placement API service. description: Number of workers for Nova services.
type: number type: number
NovaPassword: NovaPassword:
description: The password for the nova service and db account, used by nova-placement. description: The password for the nova service and db account, used by nova-placement.