Fix docs build

fix list iindentation in help strings.

Change-Id: I1be365e74fe64df989d4d6347cffad7efab1b47c
This commit is contained in:
Pavlo Shchelokovskyy 2024-12-18 18:15:43 +00:00
parent 21a78c65d3
commit 8bc76b34c3
2 changed files with 2 additions and 2 deletions

@ -27,7 +27,7 @@ Determine if monkey patching should be applied.
Related options:
* ``monkey_patch_modules``: This must have values set for this option to have
any effect
any effect
"""),
cfg.ListOpt(
'monkey_patch_modules',

@ -46,7 +46,7 @@ Guest monitoring interval of VM status (in seconds).
help=r'''
* The file path of qemu guest agent sock.
* Please use Python raw string notation as regular expressions.
e.g. r'/var/lib/libvirt/qemu/org\.qemu\.guest_agent\..*\.instance-.*\.sock'
e.g. r'/var/lib/libvirt/qemu/org\.qemu\.guest_agent\..*\.instance-.*\.sock'
'''),
]