diff --git a/doc/training-guides/basic-install-guide/section_debconf-api-endpoints.xml b/doc/training-guides/basic-install-guide/section_debconf-api-endpoints.xml index 60c0be0b..af4cbbed 100644 --- a/doc/training-guides/basic-install-guide/section_debconf-api-endpoints.xml +++ b/doc/training-guides/basic-install-guide/section_debconf-api-endpoints.xml @@ -7,19 +7,19 @@ Register API endpoints All Debian packages for API services, except the heat-api package, register the service in the - Identity Service catalog. This feature is helpful because API - endpoints are difficult to remember. + Identity service catalog. This feature is helpful because API + endpoints can be difficult to remember. - The heat-common package and not the - heat-api package configures the + The heat-common package, not the + heat-api package, configures the Orchestration service. When you install a package for an API service, you are - prompted to register that service. However, after you install or + prompted to register that service. After you install or upgrade the package for an API service, Debian immediately removes your response to this prompt from the debconf database. Consequently, you are prompted to re-register the - service with the Identity Service. If you already registered the + service with the Identity service. If you already registered the API service, respond no when you upgrade. @@ -31,7 +31,7 @@ - This screen registers packages in the Identity Service + This screen registers packages in the Identity service catalog: @@ -42,8 +42,8 @@ - You are prompted for the Identity Service - admin_token value. The Identity Service uses + You are prompted for the Identity service + admin_token value. The Identity service uses this value to register the API service. When you set up the keystone package, this value is configured automatically. @@ -97,7 +97,7 @@ keystone --os-token ${AUTH_TOKEN} \ --adminurl=http://${PKG_ENDPOINT_IP}:${SERVICE_PORT}${SERVICE_URL}) The values of AUTH_TOKEN, KEYSTONE_ENDPOINT_IP, PKG_ENDPOINT_IP and REGION_NAME depend on the - answer you will provide to the debconf prompts. But the values of SERVICE_NAME, + answer you will provide to the debconf prompts. The values of SERVICE_NAME, SERVICE_TYPE, SERVICE_DESC and SERVICE_URL are already pre-wired in each package, so you don't have to remember them.