diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-26 17:09:24 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-27 11:26:01 -0500 |
commit | 0db2831da60b0936b31109bf7bbf3ab5ceb7432d (patch) | |
tree | 1f85f45cd760efea1eebcffca4fa42ddb1f2a42b /puppet/services | |
parent | f572b764f18cb3c6b54e24c1015a7e4dfcefd65f (diff) |
Make NovaWorkers descriptions consistent
Partial-Bug: 1700664
Change-Id: I12ee7ab825069c1741438499f8df835014afc37f
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/nova-api.yaml | 2 | ||||
-rw-r--r-- | puppet/services/nova-conductor.yaml | 2 | ||||
-rw-r--r-- | puppet/services/nova-metadata.yaml | 2 | ||||
-rw-r--r-- | puppet/services/nova-placement.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/puppet/services/nova-api.yaml b/puppet/services/nova-api.yaml index fe2f2946..ae3f5067 100644 --- a/puppet/services/nova-api.yaml +++ b/puppet/services/nova-api.yaml @@ -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. diff --git a/puppet/services/nova-conductor.yaml b/puppet/services/nova-conductor.yaml index 30eb1277..b83b9852 100644 --- a/puppet/services/nova-conductor.yaml +++ b/puppet/services/nova-conductor.yaml @@ -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' diff --git a/puppet/services/nova-metadata.yaml b/puppet/services/nova-metadata.yaml index 335b2c28..bc7dc1b0 100644 --- a/puppet/services/nova-metadata.yaml +++ b/puppet/services/nova-metadata.yaml @@ -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: diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml index 86aa079e..aaa7ef5b 100644 --- a/puppet/services/nova-placement.yaml +++ b/puppet/services/nova-placement.yaml @@ -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. |