Update documentation to retain relevant terms

- Kept the "abort" term in the relevant documentation as
it's the actual verb in the API per reviewer feedback.
- Updated sentence "CentOS 7 development images are no longer updated" by removing "development".

Partial-Bug: #2072365

Change-Id: Ibc09693f26a0c4e26bbd3ba2fc7918383c4d81ec
This commit is contained in:
Queensly Acheampongmaa 2025-04-05 16:21:06 -07:00 committed by Queensly Kyerewaa Acheampongmaa
parent c0cf87d4a0
commit cbde488bc4
3 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ re-attempted. Example::
baremetal node adopt <node name or uuid>
If a user wishes to abort their attempt at adopting, they can then move
If a user wishes to cancel their attempt at adopting, they can then move
the node back to ``manageable`` from ``adopt failed`` state by issuing the
``manage`` verb. Example::

View File

@ -42,7 +42,7 @@ option:
Validates network interfaces and stores the result in the ``plugin_data``
in two fields:
* ``all_interfaces`` - all interfaces that pass the basic sanity check.
* ``all_interfaces`` - all interfaces that pass the basic functional check.
* ``valid_interfaces`` - interfaces that satisfy the configuration
in the :oslo.config:option:`inspector.add_ports` option.

View File

@ -17,7 +17,7 @@ Two kinds of images are published on every commit from every branch of
* For Ussuri and up to Yoga use CentOS 8 images.
* For Zed and newer use CentOS 9 images.
.. warning:: CentOS 7 master images are no longer updated and must not be
.. warning:: CentOS 7 images are no longer updated and must not be
used.
.. warning:: The published images will not work for dhcp-less deployments