Fix bug to doc: rally_on_gates

Change-Id: Ia3360c5bc6ada59cdaa30997e1ce39ac9c063006
Story: 2003179
Task: 23325
This commit is contained in:
tianhui 2018-07-31 10:35:58 +00:00
parent 15554a2deb
commit 00f3e467f1

View File

@ -61,12 +61,12 @@ https://review.openstack.org/#/c/279450/ . In this patch was executed scenario
already existing in Rally ``HeatStacks.create_and_delete_stack``. already existing in Rally ``HeatStacks.create_and_delete_stack``.
During executing this scenario Rally creates and then, when stack is created, During executing this scenario Rally creates and then, when stack is created,
delete Heat stack. All existing scenarios can be found here: delete Heat stack. All existing scenarios can be found here:
https://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/heat/stacks.py https://github.com/openstack/rally-openstack/blob/master/rally_openstack/scenarios/heat/stacks.py
Mentioned scenario uses Heat template as a parameter for task. The template Mentioned scenario uses Heat template as a parameter for task. The template
path should be mentioned for argument ``template_path``. It can be one of Heat path should be mentioned for argument ``template_path``. It can be one of Heat
templates presented in Rally repository templates presented in Rally repository
(https://github.com/openstack/rally/tree/master/samples/tasks/scenarios/heat/templates) (https://github.com/openstack/rally-openstack/tree/master/samples/tasks/scenarios/heat/templates)
or new one, like it was done for mentioned patch. New added template should be or new one, like it was done for mentioned patch. New added template should be
placed in ``rally-scenarios/extra/`` directory. placed in ``rally-scenarios/extra/`` directory.