Fix list formatting

Change-Id: I6ef5133f064a40398fd9cbeb91126c40dd774208
This commit is contained in:
Pierre Riteau 2021-02-11 12:14:55 +01:00
parent 7e2ba37e4a
commit 23fe9741d2
1 changed files with 14 additions and 11 deletions

View File

@ -238,9 +238,9 @@ Beyond installing the ironic-python-agent, this element does the following:
This element outputs three files:
- ``$IMAGE-NAME.initramfs``: The deploy ramdisk file containing the
ironic-python-agent (IPA) service.
- ``$IMAGE-NAME.kernel``: The kernel binary file.
* ``$IMAGE-NAME.initramfs``: The deploy ramdisk file containing the
ironic-python-agent (IPA) service.
* ``$IMAGE-NAME.kernel``: The kernel binary file.
.. note::
The package based install currently only enables the service when using the
@ -264,15 +264,18 @@ accessible path on the build systems filesystem. If set, they will be copied
into the built ramdisk, and IPA will be configured to use them.
The environment variables are:
- ``DIB_IPA_CERT_FILE`` should point to the TLS certificate for ramdisk use.
- ``DIB_IPA_KEY_FILE`` should point to the private key matching
``DIB_IPA_CERT_FILE``.
You can configure the generated certificate with the following environment variables:
- ``DIB_IPA_CERT_HOSTNAME`` the CN for the generated
certificate. Defaults to "ipa-ramdisk.example.com".
- ``DIB_IPA_CERT_EXPIRATION`` expiration, in days, for the certificate.
Defaults to 1095 (three years).
* ``DIB_IPA_CERT_FILE`` should point to the TLS certificate for ramdisk use.
* ``DIB_IPA_KEY_FILE`` should point to the private key matching
``DIB_IPA_CERT_FILE``.
You can configure the generated certificate with the following environment
variables:
* ``DIB_IPA_CERT_HOSTNAME`` the CN for the generated certificate. Defaults to
"ipa-ramdisk.example.com".
* ``DIB_IPA_CERT_EXPIRATION`` expiration, in days, for the certificate.
Defaults to 1095 (three years).
Note that the certificates generated by this element are self-signed, and
any nodes using them will need to set agent_verify_ca=False in driver_info.