summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortianhui <tianhui@awcloud.com>2018-07-31 10:35:58 +0000
committertianhui <tianhui@awcloud.com>2018-08-30 09:17:43 +0000
commit00f3e467f12d0e3bd59a01139694cf9f33571390 (patch)
tree146650a093c2f4204cc7b0b503a57e0030c0fe6d /doc
parent15554a2debda84e3f49d3c0b2e056a1372f3de13 (diff)
downloadheat-00f3e467f12d0e3bd59a01139694cf9f33571390.tar.gz
Fix bug to doc: rally_on_gates
Change-Id: Ia3360c5bc6ada59cdaa30997e1ce39ac9c063006 Story: 2003179 Task: 23325
Diffstat (limited to 'doc')
-rw-r--r--doc/source/developing_guides/rally_on_gates.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/developing_guides/rally_on_gates.rst b/doc/source/developing_guides/rally_on_gates.rst
index 91ece0533..5909fe7ac 100644
--- a/doc/source/developing_guides/rally_on_gates.rst
+++ b/doc/source/developing_guides/rally_on_gates.rst
@@ -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``.
During executing this scenario Rally creates and then, when stack is created,
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
path should be mentioned for argument ``template_path``. It can be one of Heat
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
placed in ``rally-scenarios/extra/`` directory.