Apply service name conventions for Block Storage
There are several instances of "Block Storage Service" in the upstream documentation. As was recently clarified in the docs mailing list, these should be "Block Storage service". This patch applies the fix. Change-Id: I591c100ab031b75f1c0d27d45f53e32401a26e30 Partial-Bug: #1217503
This commit is contained in:
parent
2e654a8758
commit
e8707c2cad
@ -329,7 +329,7 @@
|
||||
<listitem>
|
||||
<para>A, D, E - The following command-line clients are available for the respective services' APIs:
|
||||
cinder(python-cinderclient)
|
||||
Client for the Block Storage Service API. Use to create and manage volumes.
|
||||
Client for the Block Storage service API. Use to create and manage volumes.
|
||||
glance(python-glanceclient)
|
||||
Client for the Image Service API. Use to create and manage images.
|
||||
keystone(python-keystoneclient)
|
||||
|
@ -5,7 +5,7 @@
|
||||
version="5.0"
|
||||
xml:id="configure-block-storage">
|
||||
<title>Install Cinder</title>
|
||||
<!-- this maps to user story "Card040 - As an associate trainee I need to be able to install and configure OpenStack Block Storage Service in the Controller Node -->
|
||||
<!-- this maps to user story "Card040 - As an associate trainee I need to be able to install and configure OpenStack Block Storage service in the Controller Node -->
|
||||
<!-- The basic install guide no longer exists. A new include needs to be found -->
|
||||
|
||||
<!-- <xi:include href="../install-guide/basic-install-files/basic-install_controller-cinder.xml"
|
||||
|
@ -882,7 +882,7 @@
|
||||
<para>The following command-line clients are available for the
|
||||
respective services' APIs:</para>
|
||||
<para>cinder(python-cinderclient)</para>
|
||||
<para>Client for the Block Storage Service API. Use to create
|
||||
<para>Client for the Block Storage service API. Use to create
|
||||
and manage volumes.</para>
|
||||
<para>glance(python-glanceclient)</para>
|
||||
<para>Client for the Image Service API. Use to create and manage
|
||||
@ -949,7 +949,7 @@
|
||||
<para>swift. Object Storage API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>cinder. Block Storage Service API.</para>
|
||||
<para>cinder. Block Storage service API.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>heat. Orchestration API.</para>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<section xml:id="Cinder-System-Architecture">
|
||||
<title>Block Storage System Architecture</title>
|
||||
<para>
|
||||
The OpenStack Block Storage Service is intended to run on one or more nodes.
|
||||
The OpenStack Block Storage service is intended to run on one or more nodes.
|
||||
Block Storage uses a SQL-based central database that is shared by all Block Storage services in the system. The amount and depth of the data fits into a SQL database quite well. For small deployments this seems like an optimal solution. For larger deployments, and especially if security is a concern, Block Storage will be moving towards multiple data stores with some kind of aggregation system.
|
||||
</para>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user