summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-09-04 14:49:37 +0000
committerGerrit Code Review <review@openstack.org>2018-09-04 14:49:37 +0000
commitba62a1c141e118e136fd63016dbf473760f35007 (patch)
tree7ebd55d7ddd4ff572e0de50f7b981bf6ccbf85f5 /doc
parent6d8f60b6269046ce013d5c737a6e8d110640a081 (diff)
parent00f3e467f12d0e3bd59a01139694cf9f33571390 (diff)
downloadheat-ba62a1c141e118e136fd63016dbf473760f35007.tar.gz
Merge "Fix bug to doc: rally_on_gates"
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.