From a21fde73b2111af53352e491e5b3714608ef4bf4 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Fri, 29 Aug 2014 11:21:29 +0800 Subject: [PATCH] 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 --- .../compute/section_trusted-compute-pools.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml b/doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml index fab8c10d4c..638795d86a 100644 --- a/doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml +++ b/doc/admin-guide-cloud/compute/section_trusted-compute-pools.xml @@ -68,14 +68,16 @@ scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,Trusted following lines to the trusted_computing section in the /etc/nova/nova.conf file: [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 +# attestation_api_url = /OpenAttestationWebServices/V1.0 +attestation_auth_blob = i-am-openstack Where: