<div dir="ltr"><div class="" style="font-family:Consolas,'Lucida Console',monospace;padding-left:7px;word-wrap:break-word;color:rgb(0,0,0);font-size:12.800000190734863px">Hi all,</div><div class="" style="font-family:Consolas,'Lucida Console',monospace;padding-left:7px;word-wrap:break-word;color:rgb(0,0,0);font-size:12.800000190734863px">
For example, the "Prepare Database" section (<a href="http://docs.openstack.org/developer/trove/dev/manual_install.html#prepare-database" target="_blank">http://docs.openstack.org/developer/trove/dev/manual_install.html#prepare-database</a>) contains commands not valid for the new release of trove, such as:<br>
</div><div class="" style="font-family:Consolas,'Lucida Console',monospace;padding-left:7px;word-wrap:break-word;color:rgb(0,0,0);font-size:12.800000190734863px"><br></div><div class="" style="font-family:Consolas,'Lucida Console',monospace;padding-left:7px;word-wrap:break-word;color:rgb(0,0,0);font-size:12.800000190734863px">
<pre style="color:rgb(34,34,34);overflow:auto;padding:10px;line-height:1.2em;border:1px solid rgb(198,201,203);font-size:1.1em;margin-top:1.5em;margin-bottom:1.5em;text-indent:0px"><span class="" style="font-style:italic"><font color="#408090">trove-manage --config-file=<PathToTroveConf> db_wipe trove_test.sqlite </font><u><font color="#ff0000">mysql fake</font></u></span></pre>
</div><div class="" style="font-family:Consolas,'Lucida Console',monospace;padding-left:7px;word-wrap:break-word;color:rgb(0,0,0);font-size:12.800000190734863px">and:</div><div class="" style="padding-left:7px;word-wrap:break-word">
<pre style="color:rgb(34,34,34);font-family:Consolas,'Lucida Console',monospace;font-size:1.1em;overflow:auto;padding:10px;line-height:1.2em;border:1px solid rgb(198,201,203);margin-top:1.5em;margin-bottom:1.5em;text-indent:0px">
<span style="color:rgb(85,85,85)">trove-manage --config-file=<PathToTroveConf> </span><font color="#ff0000"><u>image_update mysql</u></font><font color="#555555">
    `nova --os-username trove --os-password trove --os-tenant-name trove
    --os-auth-url http://<KeystoneIp>:5000/v2.0 image-list | awk '/trove-image/ {print $2}'`</font></pre><div class="" style="padding-left:7px;word-wrap:break-word"><br></div><div class="" style="padding-left:7px;word-wrap:break-word">
We should modify that commands with those used in the trove/integration/redstack script, in the section rd_manage.</div><div class="" style="padding-left:7px;word-wrap:break-word"><br></div><div class="" style="padding-left:7px;word-wrap:break-word">
<br></div>Thank you,<br>Giuseppe</div></div>