Add a note to educate on keystone's two ports
As suggested by Dung K Hoang, readers find the use of two different ports in keystone confusing. This patch adds a short explanatory note Change-Id: I17bccf993f6dc12c1e2a1f9099fbddf53dd1b202 Closes-Bug: 1384970
This commit is contained in:
parent
07e7c99e5c
commit
046498d7be
@ -39,6 +39,10 @@ export OS_AUTH_URL=http://<replaceable>controller</replaceable>:5000/v2.0</progr
|
|||||||
for the <literal>demo</literal> user in the Identity service.</para>
|
for the <literal>demo</literal> user in the Identity service.</para>
|
||||||
</step>
|
</step>
|
||||||
</procedure>
|
</procedure>
|
||||||
|
<note><title>Identity ports</title>
|
||||||
|
<para>Note the two different ports used above. Port 35357 is used for
|
||||||
|
administrative functions only. Port 5000 is for normal user
|
||||||
|
functions and is the most commonly used.</para></note>
|
||||||
<procedure>
|
<procedure>
|
||||||
<title>To load client environment scripts</title>
|
<title>To load client environment scripts</title>
|
||||||
<step>
|
<step>
|
||||||
|
Loading…
Reference in New Issue
Block a user