This file is indexed.

/etc/glance/metadefs/compute-trust.json is in glance-api 2:16.0.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "namespace": "OS::Compute::Trust",
    "display_name": "Trusted Compute Pools (Intel® TXT)",
    "description": "Trusted compute pools with Intel® Trusted Execution Technology (Intel® TXT) support IT compliance by protecting virtualized data centers - private, public, and hybrid clouds against attacks toward hypervisor and BIOS, firmware, and other pre-launch software components. The Nova trust scheduling filter must be enabled and configured with the trust attestation service in order to use this feature.",
    "visibility": "public",
    "protected": true,
    "resource_type_associations": [
        {
            "name": "OS::Nova::Flavor"
        }
    ],
    "properties": {
        "trust:trusted_host": {
            "title": "Intel® TXT attestation",
            "description": "Select to ensure that node has been attested by Intel® Trusted Execution Technology (Intel® TXT). The Nova trust scheduling filter must be enabled and configured with the trust attestation service in order to use this feature.",
            "type": "string",
            "enum": [
                "trusted",
                "untrusted",
                "unknown"
            ]
        }
    }
}