[install-guide] change "API endpoints" to "API endpoint"
An API endpoint on Keystone uses several URLs. We normally (not for heat) only have one API endpoint for a service in the installation guide. Change-Id: Idb22a6e0c06382e9e8069eed6e16e69c9c512bb3
This commit is contained in:
parent
209763c0b1
commit
eb93b8bd46
@ -17,7 +17,7 @@
|
||||
<title>To configure prerequisites</title>
|
||||
<para>Before you install and configure Telemetry, you must install
|
||||
<application>MongoDB</application>, create a MongoDB database,
|
||||
service credentials, and API endpoints.</para>
|
||||
service credentials, and API endpoint.</para>
|
||||
<step os="opensuse;sles">
|
||||
<para>Enable the Open Build Service repositories for MongoDB based on
|
||||
your openSUSE or SLES version:</para>
|
||||
@ -134,7 +134,7 @@ connecting to: controller:27017/test
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the Telemetry module API endpoints:</para>
|
||||
<para>Create the Telemetry module API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone endpoint-create \
|
||||
--service-id $(keystone service-list | awk '/ metering / {print $2}') \
|
||||
--publicurl http://<replaceable>controller</replaceable>:8777 \
|
||||
|
@ -12,7 +12,7 @@
|
||||
<procedure os="ubuntu;rhel;centos;fedora;sles;opensuse">
|
||||
<title>To configure prerequisites</title>
|
||||
<para>Before you install and configure the Block Storage service, you
|
||||
must create a database, service credentials, and API endpoints.</para>
|
||||
must create a database, service credentials, and API endpoint.</para>
|
||||
<step>
|
||||
<para>To create the database, complete these steps:</para>
|
||||
<substeps>
|
||||
@ -88,7 +88,7 @@
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the Block Storage service API endpoints:</para>
|
||||
<para>Create the Block Storage service API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone endpoint-create \
|
||||
--service-id $(keystone service-list | awk '/ volumev2 / {print $2}') \
|
||||
--publicurl http://<replaceable>controller</replaceable>:8776/v2/%\(tenant_id\)s \
|
||||
|
@ -17,7 +17,7 @@
|
||||
<procedure os="ubuntu;rhel;centos;fedora;sles;opensuse">
|
||||
<title>To configure prerequisites</title>
|
||||
<para>Before you install and configure the Image service, you must
|
||||
create a database, service credentials, and API endpoints.</para>
|
||||
create a database, service credentials, and API endpoint.</para>
|
||||
<step>
|
||||
<para>To create the database, complete these steps:</para>
|
||||
<substeps>
|
||||
@ -97,7 +97,7 @@ Repeat User Password:
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the Image service API endpoints:</para>
|
||||
<para>Create the Image service API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>openstack endpoint create \
|
||||
--publicurl http://<replaceable>controller</replaceable>:9292 \
|
||||
--internalurl http://<replaceable>controller</replaceable>:9292 \
|
||||
|
@ -4,11 +4,11 @@
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="5.0"
|
||||
xml:id="keystone-services">
|
||||
<title>Create the service entity and API endpoints</title>
|
||||
<title>Create the service entity and API endpoint</title>
|
||||
<para>The Identity service provides a catalog of services and their
|
||||
locations. Each service that you add to your OpenStack environment
|
||||
requires a <glossterm>service</glossterm> entity and several
|
||||
<glossterm baseform="API endpoint">API endpoints</glossterm> in the
|
||||
<glossterm>API endpoint</glossterm> in the
|
||||
catalog.</para>
|
||||
<procedure>
|
||||
<title>To configure prerequisites</title>
|
||||
@ -16,7 +16,7 @@
|
||||
to support conventional authentication and catalog services. You must
|
||||
use a temporary authentication token that you created in
|
||||
<xref linkend="keystone-install"/> to initialize the service entity
|
||||
and API endpoints for the Identity service.</para>
|
||||
and API endpoint for the Identity service.</para>
|
||||
<para>You must pass the value of the authentication token to the
|
||||
<command>openstack</command> command with the
|
||||
<parameter>--os-token</parameter> parameter or set the
|
||||
@ -45,10 +45,10 @@
|
||||
</step>
|
||||
</procedure>
|
||||
<procedure>
|
||||
<title>To create the service entity and API endpoints</title>
|
||||
<title>To create the service entity and API endpoint</title>
|
||||
<note os="debian">
|
||||
<para>The packages can automatically create the service entity and
|
||||
API endpoints.</para>
|
||||
API endpoint.</para>
|
||||
</note>
|
||||
<step>
|
||||
<para>The Identity service manages a catalog of services in your
|
||||
@ -88,7 +88,7 @@
|
||||
simplicity, this guide uses the management network for all
|
||||
endpoint variations and the default <literal>regionOne</literal>
|
||||
region.</para>
|
||||
<para>Create the Identity service API endpoints:</para>
|
||||
<para>Create the Identity service API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>openstack endpoint create \
|
||||
--publicurl http://<replaceable>controller</replaceable>:5000/v2.0 \
|
||||
--internalurl http://<replaceable>controller</replaceable>:5000/v2.0 \
|
||||
@ -111,7 +111,7 @@
|
||||
</procedure>
|
||||
<note>
|
||||
<para>Each service that you add to your OpenStack environment requires
|
||||
one or more service entities and API endpoints in the Identity
|
||||
one or more service entities and one API endpoint in the Identity
|
||||
service.</para>
|
||||
</note>
|
||||
</section>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<title>To create tenants, users, and roles</title>
|
||||
<note os="debian">
|
||||
<para>The packages can automatically create the service entity and
|
||||
API endpoints.</para>
|
||||
API endpoint.</para>
|
||||
</note>
|
||||
<step>
|
||||
<para>Create an administrative project, user, and role for
|
||||
|
@ -9,7 +9,7 @@
|
||||
<title>To configure prerequisites</title>
|
||||
<para>Before you configure the OpenStack Networking (neutron) service,
|
||||
you must create a database, service credentials, and API
|
||||
endpoints.</para>
|
||||
endpoint.</para>
|
||||
<step>
|
||||
<para>To create the database, complete these steps:</para>
|
||||
<substeps>
|
||||
@ -88,7 +88,7 @@ Repeat User Password:
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the Networking service API endpoints:</para>
|
||||
<para>Create the Networking service API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>openstack endpoint create \
|
||||
--publicurl http://<replaceable>controller</replaceable>:9696 \
|
||||
--adminurl http://<replaceable>controller</replaceable>:9696 \
|
||||
|
@ -10,7 +10,7 @@
|
||||
<procedure os="ubuntu;rhel;centos;fedora;sles;opensuse">
|
||||
<title>To configure prerequisites</title>
|
||||
<para>Before you install and configure the Compute service, you must
|
||||
create a database, service credentials, and API endpoints.</para>
|
||||
create a database, service credentials, and API endpoint.</para>
|
||||
<step>
|
||||
<para>To create the database, complete these steps:</para>
|
||||
<substeps>
|
||||
@ -91,7 +91,7 @@ Repeat User Password:
|
||||
</substeps>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the Compute service API endpoints:</para>
|
||||
<para>Create the Compute service API endpoint:</para>
|
||||
<screen><prompt>$</prompt> <userinput>openstack endpoint create
|
||||
--publicurl http://<replaceable>controller</replaceable>:8774/v2/%\(tenant_id\)s \
|
||||
--internalurl http://<replaceable>controller</replaceable>:8774/v2/%\(tenant_id\)s \
|
||||
|
Loading…
x
Reference in New Issue
Block a user