From 4c279c9cef802a62c5704aec9680e0e8aa9f7ffa Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Fri, 4 Sep 2015 22:58:51 +0530 Subject: [PATCH] Fix typos and plugin samples link Few spells are corrected and link for plugin samples are added in README.rst Change-Id: Ide3cf37ddc0296ad2a6cb9c5e66e96e3f0c88fbc Closes-Bug: #1491367 --- doc/source/articles/test_docs.rst | 6 +++--- doc/source/draft/admin-guide/prepare_lab.rst | 2 +- doc/source/install/configure_network.rst | 2 +- rally-jobs/README.rst | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/source/articles/test_docs.rst b/doc/source/articles/test_docs.rst index 529b74bc2..0700fa03b 100644 --- a/doc/source/articles/test_docs.rst +++ b/doc/source/articles/test_docs.rst @@ -21,7 +21,7 @@ This page describes automated tests for a Murano project: * where tests are located * how they are run * how execute tests on a local machine -* how to find the the root of problems with FAILed tests +* how to find the root of problems with FAILed tests Murano continuous integration service ===================================== @@ -37,7 +37,7 @@ There you can find each job for each repository: one for the **murano** and anot * "gate-murano-integration\*" verifies each commit to murano repository Other jobs allow to build and test Murano documentation and perform another usefull work to support Murano CI infrastructure. -All jobs are run on fresh installation of operation system and all components are installed on each run. +All jobs are run on fresh installation of operating system and all components are installed on each run. Murano automated tests: UI tests ================================ @@ -124,7 +124,7 @@ All Murano services have tempest-based automated tests, which allow to verify AP Tempest tests for Murano are located at the: https://git.openstack.org/cgit/openstack/murano/tree/murano/tests/functional -The following Python files are contain basic tests suites for different Murano components. +The following Python files contains basic tests suites for different Murano components. API Tests +++++++++ diff --git a/doc/source/draft/admin-guide/prepare_lab.rst b/doc/source/draft/admin-guide/prepare_lab.rst index 830c4fc64..d9000b582 100644 --- a/doc/source/draft/admin-guide/prepare_lab.rst +++ b/doc/source/draft/admin-guide/prepare_lab.rst @@ -27,7 +27,7 @@ compare the results with baseline data provided. System prerequisites ~~~~~~~~~~~~~~~~~~~~ -Supported Operation Systems +Supported Operating Systems --------------------------- * Ubuntu Server 12.04 LTS diff --git a/doc/source/install/configure_network.rst b/doc/source/install/configure_network.rst index 2260cea7f..69db39e06 100644 --- a/doc/source/install/configure_network.rst +++ b/doc/source/install/configure_network.rst @@ -77,7 +77,7 @@ Manual neutron network configuration * First, you need to check for existence of external networks. Login as admin and go to *Project -> Network -> Network Topology*. And check network type in network details at *Admin -> Networks -> Network name* page. - The same action can be done via CLI by running `neutron net-external-list`. To create new external network examine `OpenStack documentation `_. + The same action can be done via CLI by running `neutron net-external-list`. To create new external network examine `OpenStack documentation `_. .. image:: 1.png :align: left diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst index de500c002..8b9bedf9c 100644 --- a/rally-jobs/README.rst +++ b/rally-jobs/README.rst @@ -26,3 +26,5 @@ Useful links * How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html * About plugins: https://rally.readthedocs.org/en/latest/plugins.html + +* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins