diff --git a/rally/plugins/openstack/scenarios/nova/hypervisors.py b/rally/plugins/openstack/scenarios/nova/hypervisors.py index d10c1970..5d4b3cd8 100644 --- a/rally/plugins/openstack/scenarios/nova/hypervisors.py +++ b/rally/plugins/openstack/scenarios/nova/hypervisors.py @@ -83,7 +83,7 @@ class ListAndGetUptimeHypervisors(utils.NovaScenario): """List hypervisors,then display the uptime of it. The scenario first list all hypervisors,then display - the uptime of the listed hypervisors in trun. + the uptime of the listed hypervisors in turn. Measure the "nova hypervisor-uptime" command performance.