Change configuration for Trusted Compute Pools
The configuration for TCP (Trusted Compute Pools) in the "Cloud Admin Guide" is not correct. Closes-Bug: 1362897 Change-Id: I396a0ebd41cd5672bad8c597751e8db4e82fffdb
This commit is contained in:
parent
f77849fa52
commit
a21fde73b2
@ -68,14 +68,16 @@ scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,Trusted
|
||||
following lines to the <literal>trusted_computing</literal> section in the
|
||||
<filename>/etc/nova/nova.conf</filename> file:</para>
|
||||
<programlisting language="ini">[trusted_computing]
|
||||
server=10.1.71.206
|
||||
port=8443
|
||||
server_ca_file=/etc/nova/ssl.10.1.71.206.crt
|
||||
attestation_server = 10.1.71.206
|
||||
attestation_port = 8443
|
||||
# If using OAT v2.0 after, use this port:
|
||||
# attestation_port = 8181
|
||||
attestation_server_ca_file = /etc/nova/ssl.10.1.71.206.crt
|
||||
# If using OAT v1.5, use this api_url:
|
||||
api_url=/AttestationService/resources
|
||||
attestation_api_url = /AttestationService/resources
|
||||
# If using OAT pre-v1.5, use this api_url:
|
||||
#api_url=/OpenAttestationWebServices/V1.0
|
||||
auth_blob=i-am-openstack</programlisting>
|
||||
# attestation_api_url = /OpenAttestationWebServices/V1.0
|
||||
attestation_auth_blob = i-am-openstack</programlisting>
|
||||
<para>Where:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user