doc: Fix markup syntax and typo

Change-Id: Ic2f56600802a279d34033b28acd47d8dfbbb2797
This commit is contained in:
Pierre Riteau 2024-01-23 16:15:16 +01:00
parent 6531ed6310
commit 1c20647a14

View File

@ -12,7 +12,7 @@ configuration file were used.
The 2023.1 and later compute node identification file must remain unchanged
during the lifecycle of the compute node. Changing the value or removing the
file will result in a failure to start and may require advanced techniques
for recovery. The file is read once at `nova-compute`` startup, at which point
for recovery. The file is read once at ``nova-compute`` startup, at which point
it is validated for formatting and the corresponding node is located or
created in the database.
@ -27,7 +27,7 @@ as the (UUID-based) identity and mapping of compute nodes to compute manager
service hosts is dynamic. In that case, no single node identity is maintained
by the compute host and thus no identity file is read or written. Thus none
of the sections below apply to hosts with :oslo.config:option:`compute_driver`
set to `ironic`.
set to ``ironic``.
Self-provisioning of the node identity
--------------------------------------
@ -38,7 +38,7 @@ stable identity. Using the :oslo.config:option:`state_path`
(which is ``/var/lib/nova`` on most systems), a ``compute_id`` file will be
created with a generated UUID.
Since this file (and it's parent directory) is writable by nova, it may be
Since this file (and its parent directory) is writable by nova, it may be
desirable to move this to one of the other locations that nova looks for the
identification file.