<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>On 2013-11-11 05:35, Anastasia Sklyankina wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Hello, team!<br />
<div class="gmail_quote">
<div dir="ltr">
<div> </div>
<div>I noticed that instances created by rally are displayed only on Horizon (in active state), but not in CLI.</div>
<div>After test execution (for example, <span style="background-color: #f5f5f5; color: #333333; font-family: Monaco,Menlo,Consolas,; font-size: 13px; line-height: 20px; white-space: pre-wrap;">NovaServers.boot_server</span>) there are 7 active instances on a dashboard but if I run "nova-list" command in CLI it returnes only one instance (test_vm1) created manually later.</div>
<div>Something is wrong with rally mechanism of test execution or anything else?</div>
</div>
</div>
</div>
</blockquote>
<p><br />My best guess would be that you need to run "nova list --all-tenants" to see the Rally-created instances.  By default nova list only shows instances from the user's tenant (even if that user is admin).</p>
<p>-Ben</p>
<div> </div>
</body></html>