Skip to content

Commit

Permalink
Renames *.rst files in /rally/doc/samples/tasks
Browse files Browse the repository at this point in the history
Renames all .rst files in /rally/doc/samples/tasks
to README.rst.
And moves /rally/doc/samples/support to
/rally/doc/samples/tasks

Closes-bug: #1351599

Change-Id: I675266292bc1fbb62374ce0d12e6d06fbf7a8e3e
  • Loading branch information
VeenaSL committed Aug 3, 2014
1 parent 048a4c4 commit fd94206
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/samples/tasks/scenarios/vm/boot-runcommand-delete.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fixed_network": "private",
"floating_network": "public",
"use_floatingip": true,
"script": "doc/samples/support/instance_dd_test.sh",
"script": "doc/samples/tasks/support/instance_dd_test.sh",
"interpreter": "/bin/sh",
"username": "cirros"
},
Expand Down
2 changes: 1 addition & 1 deletion doc/samples/tasks/scenarios/vm/boot-runcommand-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
fixed_network: "private"
floating_network: "public"
use_floatingip: true
script: "doc/samples/support/instance_dd_test.sh"
script: "doc/samples/tasks/support/instance_dd_test.sh"
interpreter: "/bin/sh"
username: "cirros"
runner:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rally/benchmark/scenarios/vm/vmtasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def boot_runcommand_delete(self, image, flavor,
script's standard error stream.
Example Script in doc/samples/support/instance_dd_test.sh
Example Script in doc/samples/tasks/support/instance_dd_test.sh
"""
server = None
floating_ip = None
Expand Down

0 comments on commit fd94206

Please sign in to comment.