Make NovaWorkers descriptions consistent

Partial-Bug: 1700664
Change-Id: I12ee7ab825069c1741438499f8df835014afc37f
This commit is contained in:
Ben Nemec 2017-06-26 17:09:24 -05:00
parent f572b764f1
commit 0db2831da6
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.