From 45644c64a226a81ebcb3324338d875a355b9e353 Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 12 Aug 2020 11:22:21 +0800 Subject: [PATCH] [Trivial]Fix some typos in docs Delete the duplicate words. Change-Id: Ia6e0ebf19fbac7a035baf7b93c62cffa3e1e6ccd --- doc/source/admin/drivers/redfish.rst | 2 +- .../add-ansible-python-interpreter-2035e0f23d407aaf.yaml | 4 ++-- ...es-get-boot-option-for-software-raid-baa2cffd95e1f624.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst index f784740dc8..01352302ab 100644 --- a/doc/source/admin/drivers/redfish.rst +++ b/doc/source/admin/drivers/redfish.rst @@ -188,7 +188,7 @@ the same purpose. Virtual Media Ramdisk ~~~~~~~~~~~~~~~~~~~~~ -The ``ramdisk`` deploy interface can be used in concert with the the +The ``ramdisk`` deploy interface can be used in concert with the ``redfish-virtual-media`` boot interface to facilitate the boot of a remote node utilizing pre-supplied virtual media. diff --git a/releasenotes/notes/add-ansible-python-interpreter-2035e0f23d407aaf.yaml b/releasenotes/notes/add-ansible-python-interpreter-2035e0f23d407aaf.yaml index b653ec2592..a8b865126b 100644 --- a/releasenotes/notes/add-ansible-python-interpreter-2035e0f23d407aaf.yaml +++ b/releasenotes/notes/add-ansible-python-interpreter-2035e0f23d407aaf.yaml @@ -3,7 +3,7 @@ features: - Adds option ``[ansible]default_python_interpreter`` to choose the python interpreter that ansible uses on managed machines. By default, ansible uses ``/usr/bin/python`` as interpreter, making the - assumption that that path is always present on remote managed systems. + assumption that path is always present on remote managed systems. This might not be always the case, for example in custom build images or Python 3 native distributions. With this option the operator has the ability to set the absolute @@ -12,4 +12,4 @@ features: The same interpreter will be used in all operations that use the ansible deploy interface. It is also possible to override the value set in the configuration for a - node by passing ``ansible_python_interpreter`` in its ``driver_info``. \ No newline at end of file + node by passing ``ansible_python_interpreter`` in its ``driver_info``. diff --git a/releasenotes/notes/fixes-get-boot-option-for-software-raid-baa2cffd95e1f624.yaml b/releasenotes/notes/fixes-get-boot-option-for-software-raid-baa2cffd95e1f624.yaml index 849273ac81..f3c9fad45e 100644 --- a/releasenotes/notes/fixes-get-boot-option-for-software-raid-baa2cffd95e1f624.yaml +++ b/releasenotes/notes/fixes-get-boot-option-for-software-raid-baa2cffd95e1f624.yaml @@ -3,4 +3,4 @@ fixes: - | Fixes a minor issue with ``get_boot_option`` logic that did not account for Software RAID. This can erroniously cause the deployment to take the - the incorrect deployment path and attempt to install a boot loader. + incorrect deployment path and attempt to install a boot loader.