From 186e09bb12f026190160ab4860a9538b1eacac99 Mon Sep 17 00:00:00 2001 From: Mikhail Dubov Date: Mon, 13 Apr 2015 15:05:58 +0300 Subject: [PATCH] [Docs] Various fixes * Remove obsolete rst files * Structural changes: added a folder "miscellaneous" for articles not included in the main tree * Small fixes in rst files that resulted in warnings while building the docs * Task templates lesson is now the 4th in the tutorial Change-Id: Id1db7e2337ca8266352a5ede68c66e4b3739335b --- doc/release_notes/archive/v0.0.2.rst | 8 ++++---- doc/source/contribute.rst | 2 +- doc/user_stories/nova/boot_server.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/release_notes/archive/v0.0.2.rst b/doc/release_notes/archive/v0.0.2.rst index 8808bf57..b2d7f7cd 100644 --- a/doc/release_notes/archive/v0.0.2.rst +++ b/doc/release_notes/archive/v0.0.2.rst @@ -118,13 +118,13 @@ Plugins [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 - 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. 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 - Add optional **kwargs that are passed to boot server comment + Add optional \*\*kwargs that are passed to boot server comment * **Benchmark Context**: diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst index cd5065df..e543a72c 100644 --- a/doc/source/contribute.rst +++ b/doc/source/contribute.rst @@ -72,7 +72,7 @@ Several Linux distributions (notably Fedora 16 and Ubuntu 12.04) are also starti 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. diff --git a/doc/user_stories/nova/boot_server.rst b/doc/user_stories/nova/boot_server.rst index 6d0a2c5f..569abaa6 100644 --- a/doc/user_stories/nova/boot_server.rst +++ b/doc/user_stories/nova/boot_server.rst @@ -39,7 +39,7 @@ Cluster This cluster was created via Fuel Dashboard interface. +----------------------+-----------------------------------------------------------------------------+ -| Deployment | Custom build of `Mirantis OpenStack `_ v5.1 | +| Deployment | Custom build of `Mirantis OpenStack `_ v5.1 | +----------------------+-----------------------------------------------------------------------------+ | OpenStack release | Icehouse | +----------------------+-----------------------------------------------------------------------------+