Merge "[Trivial]Fix some typos in docs"

This commit is contained in:
Zuul 2020-08-13 07:54:00 +00:00 committed by Gerrit Code Review
commit 47d4d10008
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.