Comment 2 for bug 1664764

Revision history for this message
Raghuram Kota (rkota) wrote : Re: ARM Opentack API/Dashboard calls are very slow

Ryan Beisner (1chb1n) wrote on 2017-01-26:

For example, this should not take 19s on a cloud with no tenants, no instances, 1 image, and light system resource allocation per-node:

`time glance image-list`
+--------------------------------------+--------+
| ID | Name |
+--------------------------------------+--------+
| 0d66c03c-fe4c-4d26-bfac-74ecb55735ab | xenial |
+--------------------------------------+--------+

real 0m19.580s
user 0m0.888s
sys 0m0.068s

.

`time nova list`
jenkins@juju-osci1-machine-6:~/temp/openstack-charm-testing$ time nova list
+----+------+--------+------------+-------------+----------+
| ID | Name | Status | Task State | Power State | Networks |
+----+------+--------+------------+-------------+----------+
+----+------+--------+------------+-------------+----------+

real 0m11.833s
user 0m1.028s
sys 0m0.076s