<div dir="ltr"><font face="courier new, monospace">in 'nova absolute-limits' where does the 'totalInsancesUsed' come from? I see '18' for me, but i have 4 instances running.</font><div><font face="courier new, monospace">This shows up in Horizon on Project/Compute/Overview (incorrectly) for me.<br><br>$ nova  absolute-limits<br>+-------------------------+--------+<br>| Name                    | Value  |<br>+-------------------------+--------+<br>| maxServerMeta           | 128    |<br>| maxPersonality          | 5      |<br>| totalServerGroupsUsed   | 0      |<br>| maxImageMeta            | 128    |<br>| maxPersonalitySize      | 10240  |<br>| maxTotalRAMSize         | 512000 |<br>| maxTotalKeypairs        | 100    |<br>| maxSecurityGroupRules   | 20     |<br>| maxServerGroups         | 10     |<br>| totalCoresUsed          | 24     |<br>| totalRAMUsed            | 27136  |<br>| maxSecurityGroups       | 10     |<br>| totalFloatingIpsUsed    | 0      |<br>| totalInstancesUsed      | 18     |<br>| totalSecurityGroupsUsed | 1      |<br>| maxTotalFloatingIps     | 500    |<br>| maxTotalInstances       | 1000   |<br>| maxTotalCores           | 1000   |<br>| maxServerGroupMembers   | 10     |<br>+-------------------------+--------+</font><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace"><div>mysql> select count(*) from instances where deleted = 0 and user_id = 'dcec599e9fc9467fad91ce953ec7f1bd';</div><div>+----------+</div><div>| count(*) |</div><div>+----------+</div><div>|        4 |</div><div>+----------+</div><div><br></div><div><div>$ nova list</div><div>+--------------------------------------+-------+---------+------------+-------------+-------------------------------------------------------+</div><div>| ID                                   | Name  | Status  | Task State | Power State | Networks                                              |</div><div>+--------------------------------------+-------+---------+------------+-------------+-------------------------------------------------------+</div><div>| ebd783af-1249-4f8e-968c-a556c9cf8498 | os-u1 | ACTIVE  | -          | Running     | os-data-net=172.16.6.20; os-data-ctrl-net=172.16.5.20 |</div><div>| ce1b9b9f-b51a-4604-b25a-cc9b7473f33a | os-u2 | ACTIVE  | -          | Running     | os-data-net=172.16.6.30; os-data-ctrl-net=172.16.5.30 |</div><div>| 88897c54-ff66-4a67-9e01-400a8827190d | t     | ACTIVE  | -          | Running     | don-control=172.16.5.169                              |</div><div>| f9013288-0461-4e2d-8817-e40476f7e763 | u     | SHUTOFF | -          | Shutdown    | don-control=172.16.5.174                              |</div><div>+--------------------------------------+-------+---------+------------+-------------+-------------------------------------------------------+</div></div><div><br></div></font><div><font face="courier new, monospace"><br></font></div><div><br></div></div></div></div>