Restored missing step to populate heat database

I restored the step to populate the heat database after
accidentally removing it while restructuring the content.

Change-Id: I2f11fe534aad59cd643979e283f69fc734c16056
Closes-Bug: #1333218
This commit is contained in:
Matthew Kassawara
2014-06-25 02:50:17 +00:00
parent ccf68a3705
commit 4632d73c7d

View File

@@ -137,6 +137,11 @@ log_dir = /var/log/heat</programlisting>
</step>
</substeps>
</step>
<step>
<para>Run the following command to populate the Orchestration
database:</para>
<screen><prompt>#</prompt> <userinput>su -s /bin/sh -c "heat-manage db_sync" heat</userinput></screen>
</step>
</procedure>
<procedure os="debian">
<title>To install and configure the Orchestration components</title>