diff options
author | Rajesh Tailor <ratailor@redhat.com> | 2022-05-30 17:24:07 +0530 |
---|---|---|
committer | Rajesh Tailor <ratailor@redhat.com> | 2022-05-30 17:28:29 +0530 |
commit | aa1e7a6933df221e72a1371d286a63a9a08ce90a (patch) | |
tree | 46103e259e0ce95b2dfae2dc6c7ad80e031136b4 /nova/conf | |
parent | dcbcc718323d67161ff62a3f1fd3a25f227689fe (diff) | |
download | nova-aa1e7a6933df221e72a1371d286a63a9a08ce90a.tar.gz |
Fix typos in help messages
This change fixes typos in conf parameter help messages
and in error log message.
Change-Id: Iedc268072d77771b208603e663b0ce9b94215eb8
Diffstat (limited to 'nova/conf')
-rw-r--r-- | nova/conf/compute.py | 2 | ||||
-rw-r--r-- | nova/conf/hyperv.py | 2 | ||||
-rw-r--r-- | nova/conf/libvirt.py | 4 | ||||
-rw-r--r-- | nova/conf/neutron.py | 2 | ||||
-rw-r--r-- | nova/conf/quota.py | 2 | ||||
-rw-r--r-- | nova/conf/scheduler.py | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/nova/conf/compute.py b/nova/conf/compute.py index 263d777586..5abe7694f8 100644 --- a/nova/conf/compute.py +++ b/nova/conf/compute.py @@ -200,7 +200,7 @@ The template will be rendered using Jinja2 template engine, and receive a top-level key called ``interfaces``. This key will contain a list of dictionaries, one for each interface. -Refer to the cloudinit documentaion for more information: +Refer to the cloudinit documentation for more information: https://cloudinit.readthedocs.io/en/latest/topics/datasources.html diff --git a/nova/conf/hyperv.py b/nova/conf/hyperv.py index caa7a8702b..cce3cdc3e2 100644 --- a/nova/conf/hyperv.py +++ b/nova/conf/hyperv.py @@ -320,7 +320,7 @@ configured to claim such devices. cfg.ListOpt('iscsi_initiator_list', default=[], help=""" -List of iSCSI initiators that will be used for estabilishing iSCSI sessions. +List of iSCSI initiators that will be used for establishing iSCSI sessions. If none are specified, the Microsoft iSCSI initiator service will choose the initiator. diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py index 7d9c837ba5..4ea37b8fe9 100644 --- a/nova/conf/libvirt.py +++ b/nova/conf/libvirt.py @@ -453,7 +453,7 @@ support built into QEMU. Prerequisite: TLS environment is configured correctly on all relevant Compute nodes. This means, Certificate Authority (CA), server, client -certificates, their corresponding keys, and their file permisssions are +certificates, their corresponding keys, and their file permissions are in place, and are validated. Notes: @@ -705,7 +705,7 @@ the source of entropy on the host. Since libvirt 1.3.4, any path (that returns random numbers when read) is accepted. The recommended source of entropy is ``/dev/urandom`` -- it is non-blocking, therefore relatively fast; and avoids the limitations of ``/dev/random``, which is -a legacy interface. For more details (and comparision between different +a legacy interface. For more details (and comparison between different RNG sources), refer to the "Usage" section in the Linux kernel API documentation for ``[u]random``: http://man7.org/linux/man-pages/man4/urandom.4.html and diff --git a/nova/conf/neutron.py b/nova/conf/neutron.py index dc391a268e..e6774ced55 100644 --- a/nova/conf/neutron.py +++ b/nova/conf/neutron.py @@ -46,7 +46,7 @@ Default name for the floating IP pool. Specifies the name of floating IP pool used for allocating floating IPs. This option is only used if Neutron does not specify the floating IP pool name in -port binding reponses. +port binding responses. """), cfg.IntOpt('extension_sync_interval', default=600, diff --git a/nova/conf/quota.py b/nova/conf/quota.py index 0d51129d50..e5b4b8dc73 100644 --- a/nova/conf/quota.py +++ b/nova/conf/quota.py @@ -147,7 +147,7 @@ Possible values: deprecated_group='DEFAULT', deprecated_name='quota_server_groups', help=""" -The maxiumum number of server groups per project. +The maximum number of server groups per project. Server groups are used to control the affinity and anti-affinity scheduling policy for a group of servers or instances. Reducing the quota will not affect diff --git a/nova/conf/scheduler.py b/nova/conf/scheduler.py index 8b3b616987..03e78fe701 100644 --- a/nova/conf/scheduler.py +++ b/nova/conf/scheduler.py @@ -780,7 +780,7 @@ follows: Possible values: -* An integer or float value, where the value corresponds to the multipler +* An integer or float value, where the value corresponds to the multiplier ratio for this weigher. Related options: @@ -857,7 +857,7 @@ of any actual metric value: Possible values: -* An integer or float value, where the value corresponds to the multipler +* An integer or float value, where the value corresponds to the multiplier ratio for this weigher. Related options: |