openstack-manuals/doc/install-guide/section_heat-verify.xml
Gauvain Pocentek 34223f5920 Use openrc.sh instead of openrc
Use the same filename for all references to the credentials bash file.

Change-Id: I6bf1f9f318bf3f2a39c42fdbac2c400a31d4ce8a
backport: none
2014-01-06 20:39:15 +01:00

18 lines
718 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="heat-verify" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<title>Verify the Orchestration service installation</title>
<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.sh</filename> file. Source the file, as follows:</para>
<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"/>
</section>