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
NovaWorkers:
default: 0
description: Number of workers for Nova API service.
description: Number of workers for Nova services.
type: number
NovaPassword:
description: The password for the nova service and db account, used by nova-api.

View File

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

View File

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

View File

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