ee146d0112
Updates also clouddocs-maven-plugin to 1.11.1 Change-Id: Id5b325d5ad7d33f0b5e1bb1a63d9b48178aa45f4 author: diane fleming
20 lines
766 B
XML
20 lines
766 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>Verifying the Orchestration Service Installation</title>
|
|
|
|
<para>To verify the Identity Service is installed and configured
|
|
correctly, first ensure you have your credentials setup correctly
|
|
in an <filename>openrc</filename> file, then source it so your
|
|
environment has the username and password.</para>
|
|
|
|
<screen><prompt>#</prompt> <userinput>source openrc</userinput></screen>
|
|
|
|
<para>Next you can try creating some stacks, using the samples.</para>
|
|
<xi:include href="../user-guide/section_cli_heat.xml"/>
|
|
|
|
</section>
|