Fix typos in Rally files

TrivialFix

Change-Id: I621ac811a1aee25da5cd7174c73aa5bd2962353f
This commit is contained in:
Nguyen Hung Phuong 2016-03-29 14:17:31 +07:00
parent 9fcc49afda
commit 0f7fc8bcd5
3 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ New Features & API changes
This was done to:
* avoid doing rally.benchamrk.scenarios import base as scenario_base
* avoid doing rally.benchmark.scenarios import base as scenario_base
* remove one level of nesting
@ -333,7 +333,7 @@ Specs & Feature requests
[feature request] Allows specific repos & packages in install-rally.sh
[feature request] Add abbility to caputre logs from tested services
[feature request] Add ability to capture logs from tested services
[feature request] Check RPC queue perfdata

View File

@ -145,7 +145,7 @@ Bug fixes
* #1530075: cirros_img_url in rally.conf doesn't take effective in
verification tempest
* #1517839: Make CONF.set_override with paramter enforce_type=True by default
* #1517839: Make CONF.set_override with parameter enforce_type=True by default
* #1489059: "db type could not be determined" running py34

View File

@ -95,8 +95,8 @@ Plugins
But in some scenarios, there are more and one services being called, and
we use xxx_kwargs for this case.
However, some xxx_kwargs are not unifed for same usage[0]. Unifying
these could avoid midleading for end users. Another improvement is to
However, some xxx_kwargs are not unified for same usage[0]. Unifying
these could avoid misleading for end users. Another improvement is to
add xxx_kwargs with empty settings for scenario config files.
[0] http://paste.openstack.org/show/489505/