Use openrc.sh instead of openrc
Use the same filename for all references to the credentials bash file. Change-Id: I6bf1f9f318bf3f2a39c42fdbac2c400a31d4ce8a backport: none
This commit is contained in:
parent
e15221c46b
commit
34223f5920
@ -160,7 +160,7 @@
|
||||
lets you update or remove a package. After you install the
|
||||
clients, you must source an <filename
|
||||
xmlns:raxm="http://docs.rackspace.com/api/metadata"
|
||||
>openrc</filename> file to set required environment
|
||||
>openrc.sh</filename> file to set required environment
|
||||
variables before you can request OpenStack services
|
||||
through the clients or the APIs.</para>
|
||||
<procedure>
|
||||
@ -223,7 +223,7 @@
|
||||
</step>
|
||||
<step audience="enduser">
|
||||
<para>Before you can run client commands, you must
|
||||
create and source the <filename>openrc</filename>
|
||||
create and source the <filename>openrc.sh</filename>
|
||||
file to set environment variables. See <xref
|
||||
linkend="cli_openrc"/>.</para>
|
||||
</step>
|
||||
|
@ -7,9 +7,9 @@
|
||||
|
||||
<para>To verify that the Orchestration service is installed and configured
|
||||
correctly, make sure that your credentials are set up correctly in the
|
||||
<filename>openrc</filename> file. Source the file, as follows:</para>
|
||||
<filename>openrc.sh</filename> file. Source the file, as follows:</para>
|
||||
|
||||
<screen><prompt>#</prompt> <userinput>source openrc</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>source openrc.sh</userinput></screen>
|
||||
|
||||
<para>Next, create some stacks by using the samples.</para>
|
||||
<xi:include href="../user-guide/section_cli_heat.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user