]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Change instances of Openstack to OpenStack.
authorvenkatamahesh <venkatamaheshkotha@gmail.com>
Mon, 9 Nov 2015 14:31:54 +0000 (20:01 +0530)
committerRussell Bryant <rbryant@redhat.com>
Wed, 25 Nov 2015 20:47:58 +0000 (20:47 +0000)
Change Openstack to OpenStack
as per standards

Change-Id: I10f33c1e70fb5f2d74e6feda0a4a266d7071e1ab

doc/source/devref/development.environment.rst
etc/neutron.conf
neutron/plugins/brocade/README.md
neutron/plugins/common/utils.py
neutron/plugins/ml2/drivers/brocade/README.md

index a1c19f57e7c340a12a861f85c5e9a4dc3a1d4624..4a74e120be838b18f811e7edfa97ecf6772a2c98 100644 (file)
@@ -34,7 +34,7 @@ Mac OS X. These instructions assume you're already familiar with
 Git and Gerrit, which is a code repository mirror and code review toolset
 , however if you aren't please see `this Git tutorial`_ for an introduction
 to using Git and `this guide`_ for a tutorial on using Gerrit and Git for
-code contribution to Openstack projects.
+code contribution to OpenStack projects.
 
 .. _this Git tutorial: http://git-scm.com/book/en/Getting-Started
 .. _this guide: http://docs.openstack.org/infra/manual/developers.html#development-workflow
index 3ec158584a8ed91406f3b30cec07cb34577d48a5..c6eb55b534062d32f72a5a4f6696a78893741fc5 100644 (file)
 
 # Number of pool members allowed per tenant. A negative value means unlimited.
 # The default is unlimited because a member is not a real resource consumer
-# on Openstack. However, on back-end, a member is a resource consumer
+# on OpenStack. However, on back-end, a member is a resource consumer
 # and that is the reason why quota is possible.
 # quota_member = -1
 
 # Number of health monitors allowed per tenant. A negative value means
 # unlimited.
 # The default is unlimited because a health monitor is not a real resource
-# consumer on Openstack. However, on back-end, a member is a resource consumer
+# consumer on OpenStack. However, on back-end, a member is a resource consumer
 # and that is the reason why quota is possible.
 # quota_health_monitor = -1
 
index 1baa312474658cefe72523470e3fe1deb399b26b..5e42433819f931e5e163f392b5774d2cd84bd947 100644 (file)
@@ -1,4 +1,4 @@
-Brocade Openstack Neutron Plugin
+Brocade OpenStack Neutron Plugin
 ================================
 
 * up-to-date version of these instructions are located at:
@@ -9,7 +9,7 @@ Brocade Openstack Neutron Plugin
 * Supports VCS (Virtual Cluster of Switches)
 
 
-Openstack Brocade Neutron Plugin implements the Neutron v2.0 API.
+OpenStack Brocade Neutron Plugin implements the Neutron v2.0 API.
 
 This plugin is meant to orchestrate Brocade VCS switches running NOS, examples of these are:
 
@@ -22,7 +22,7 @@ to configure the Brocade switch.
              +------------+        +------------+          +-------------+
              |            |        |            |          |             |
              |            |        |            |          |   Brocade   |
-             | Openstack  |  v2.0  |  Brocade   |  NETCONF |  VCS Switch |
+             | OpenStack  |  v2.0  |  Brocade   |  NETCONF |  VCS Switch |
              | Neutron    +--------+  Neutron   +----------+             |
              |            |        |  Plugin    |          |  VDX 67xx   |
              |            |        |            |          |  VDX 87xx   |
@@ -34,7 +34,7 @@ to configure the Brocade switch.
 Directory Structure
 ===================
 
-Normally you will have your Openstack directory structure as follows:
+Normally you will have your OpenStack directory structure as follows:
 
          /opt/stack/nova/
          /opt/stack/horizon/
index 61e7c164f243642b87f1ff2628aadeda5fb01e33..694423d68bcc29a6e23b7eedaa1d7ea6600daacf 100644 (file)
@@ -13,7 +13,7 @@
 #    under the License.
 
 """
-Common utilities and helper functions for Openstack Networking Plugins.
+Common utilities and helper functions for OpenStack Networking Plugins.
 """
 
 import webob.exc
index 6a2cb2a5c49d2e680debc6edf92770e9f4f952b6..1d20a5cf6f552d896e11b25c9afcfb9aa7e1084a 100644 (file)
@@ -25,7 +25,7 @@ Currently the mechanism drivers support VLANs only.
              +------------+        +------------+          +-------------+
              |            |        |            |          |             |
    Neutron   |            |        |            |          |   Brocade   |
-     v2.0    | Openstack  |        |  Brocade   |  NETCONF |  VCS Switch |
+     v2.0    | OpenStack  |        |  Brocade   |  NETCONF |  VCS Switch |
          ----+ Neutron    +--------+  Mechanism +----------+             |
              | ML2        |        |  Driver    |          |  VDX 67xx   |
              | Plugin     |        |            |          |  VDX 87xx   |