Merge "Fix simple typos in file hypervisors.py"

This commit is contained in:
Jenkins 2016-10-31 10:17:30 +00:00 committed by Gerrit Code Review
commit 6bb058f96b

View File

@ -47,8 +47,8 @@ class ListAndGetHypervisors(utils.NovaScenario):
def run(self, detailed=True): def run(self, detailed=True):
"""List and Get hypervisors. """List and Get hypervisors.
The scenario fist list all hypervisors,then get detailed information The scenario first lists all hypervisors, then get detailed information
of the listed hypervisors in trun. of the listed hypervisors in turn.
Measure the "nova hypervisor-show" command performance. Measure the "nova hypervisor-show" command performance.