Skip to content

Commit

Permalink
Update the TPM doc
Browse files Browse the repository at this point in the history
  • Loading branch information
larainema authored and vexxhost-bot committed Dec 12, 2024
1 parent ab46ca9 commit 62294db
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/source/admin/emulated-tpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Emulated Trusted Platform Module (vTPM)
#######################################


Starting in the 22.0.0 (Victoria) release, Nova supports adding an emulated virtual
Trusted Platform Module (vTPM) to guests.

The vTPM feature is enabled by default, so just verify and configure the flavor with
vTPM.

Expand All @@ -21,6 +18,8 @@ Verify vTPM support by inspecting the traits on the compute node’s resource pr
| COMPUTE_SECURITY_TPM_1_2 |
| COMPUTE_SECURITY_TPM_2_0 |
$HOST represents the hostname of the compute node where you want to verify vTPM support.


Configuring a flavor or image
=============================
Expand All @@ -39,6 +38,14 @@ For example, to configure a flavor to use the TPM 2.0 with the CRB model:
--property hw:tpm_version=2.0 \
--property hw:tpm_model=tpm-crb
To configure a image to use the TPM 2.0 with CRB model:

.. code-block:: console
$ openstack image set <image-name-or-uuid> \
--property hw:tpm_version=2.0 \
--property hw:tpm_model=tpm-crb
Create an instance with vTPM
============================
Expand Down

0 comments on commit 62294db

Please sign in to comment.