Merge "[Docs] Various fixes"

This commit is contained in:
Jenkins
2015-04-21 16:57:18 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 6 deletions

View File

@@ -118,13 +118,13 @@ Plugins
[fix] CinderVolumes.create_and_attach_volume [fix] CinderVolumes.create_and_attach_volume
Pass optional **kwargs only to create server command Pass optional \*\*kwargs only to create server command
[fix] GlanceImages.create_image_and_boot_instances [fix] GlanceImages.create_image_and_boot_instances
Pass optional **kwargs only to create server command Pass optional \*\*kwargs only to create server command
[fix] TempestScenario.* removed stress cleanup. [fix] TempestScenario.\* removed stress cleanup.
Major issue is that tempest stress cleanup cleans whole OpenStack. Major issue is that tempest stress cleanup cleans whole OpenStack.
This is very dangerous, so it's better to remove it and leave some This is very dangerous, so it's better to remove it and leave some
@@ -132,7 +132,7 @@ Plugins
[improved] NovaSecGroup.boot_and_delete_server_with_secgroups [improved] NovaSecGroup.boot_and_delete_server_with_secgroups
Add optional **kwargs that are passed to boot server comment Add optional \*\*kwargs that are passed to boot server comment
* **Benchmark Context**: * **Benchmark Context**:

View File

@@ -72,7 +72,7 @@ Several Linux distributions (notably Fedora 16 and Ubuntu 12.04) are also starti
tox tox
**(NOTE: you should have installed tox<=1.6.1 )** **(NOTE: you should have installed tox<=1.6.1)**
If you extend Rally with new functionality, make sure you have also provided unit and/or functional tests for it. If you extend Rally with new functionality, make sure you have also provided unit and/or functional tests for it.