From c294797b4f3e399ce5ff82a8fa4b140454b9509f Mon Sep 17 00:00:00 2001 From: maxinjian Date: Tue, 27 Dec 2016 23:18:15 -0500 Subject: [PATCH] Fix simple typos in file hypervisors.py trun-->turn Change-Id: I16c88bb7800ebc4746a8a9dcc5124795f02067fc --- rally/plugins/openstack/scenarios/nova/hypervisors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.