Make NovaWorkers descriptions consistent
authorBen Nemec <bnemec@redhat.com>
Mon, 26 Jun 2017 22:09:24 +0000 (17:09 -0500)
committerBen Nemec <bnemec@redhat.com>
Tue, 27 Jun 2017 16:26:01 +0000 (11:26 -0500)
Partial-Bug: 1700664
Change-Id: I12ee7ab825069c1741438499f8df835014afc37f

puppet/services/nova-api.yaml
puppet/services/nova-conductor.yaml
puppet/services/nova-metadata.yaml
puppet/services/nova-placement.yaml

index fe2f294..ae3f506 100644 (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.
index 30eb127..b83b985 100644 (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'
index 335b2c2..bc7dc1b 100644 (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:
index 86aa079..aaa7ef5 100644 (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.