From b8e7e38573470b2a11aef73dfd949188f95764dc Mon Sep 17 00:00:00 2001 From: Shuquan Huang Date: Sun, 15 Nov 2015 13:01:34 +0800 Subject: [PATCH] OpenStack typo change capitalization of OpenStack Change-Id: I990639a0a2a7aa9c995a2c53367d0c424cd522bd --- doc/feature_request/installing_isolated.rst | 2 +- doc/source/contribute.rst | 2 +- doc/specs/implemented/split_plugins.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/feature_request/installing_isolated.rst b/doc/feature_request/installing_isolated.rst index 043037dc..b89987cd 100644 --- a/doc/feature_request/installing_isolated.rst +++ b/doc/feature_request/installing_isolated.rst @@ -7,7 +7,7 @@ Use case -------- Installation is pretty easy when there is an Internet connection available. -And there is surely a number of Openstack uses when whole environment is isolated. +And there is surely a number of OpenStack uses when whole environment is isolated. In this case, we need somehow specify where installation script should take required libs and packages. diff --git a/doc/source/contribute.rst b/doc/source/contribute.rst index 2146b0d0..10fbd892 100644 --- a/doc/source/contribute.rst +++ b/doc/source/contribute.rst @@ -31,7 +31,7 @@ If you are going to contribute to Rally, you will probably need to grasp a bette How to contribute ----------------- -1. You need a `Launchpad `_ account and need to be joined to the `Openstack team `_. You can also join the `Rally team `_ if you want to. Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this. +1. You need a `Launchpad `_ account and need to be joined to the `OpenStack team `_. You can also join the `Rally team `_ if you want to. Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this. 2. Sign the CLA as outlined in the `account setup `_ section of the developer guide. diff --git a/doc/specs/implemented/split_plugins.rst b/doc/specs/implemented/split_plugins.rst index 49be640d..0c32c0bb 100644 --- a/doc/specs/implemented/split_plugins.rst +++ b/doc/specs/implemented/split_plugins.rst @@ -15,14 +15,14 @@ Move all plugins under rally/plugins to simplify Rally code base Problem description =================== -Rally code is coupled with Rally engine and infra as well as Openstack specific +Rally code is coupled with Rally engine and infra as well as OpenStack specific code. This makes contribution harder as new-comers need to understand Rally code as well as many different plugins. It also makes reviewing much harder. Proposed change =============== -Moving all plugins under a single directory, with "Openstack" as its +Moving all plugins under a single directory, with "OpenStack" as its sub-directory would make everything simpler. Alternatives