summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXi Yang <yang.xi@99cloud.net>2015-11-13 10:42:46 +0800
committerXi Yang <yang.xi@99cloud.net>2015-11-26 16:35:54 +0800
commit32e0ed6980abab17c2027063b97784d092b44cee (patch)
treed9b4779b859e4216b4c90d3b44e42e01c423eb98
parentc48afe6032ad53fcdc12c749adfe2d0f006fef14 (diff)
downloadpython-openstackclient-32e0ed6980abab17c2027063b97784d092b44cee.tar.gz
Change 'Object Store' to 'Object Storage'
Because the official documents uses 'Object Storage', so change it in this project. Change-Id: I87c0996b48c452b3ff619b8214676ae377e6d0af
-rw-r--r--doc/source/command-objects/container.rst2
-rw-r--r--doc/source/command-objects/object-store-account.rst2
-rw-r--r--doc/source/command-objects/object.rst2
-rw-r--r--doc/source/commands.rst4
-rw-r--r--doc/source/index.rst2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/container.rst b/doc/source/command-objects/container.rst
index 251e3f31..e6517e9b 100644
--- a/doc/source/command-objects/container.rst
+++ b/doc/source/command-objects/container.rst
@@ -2,7 +2,7 @@
container
=========
-Object Store v1
+Object Storage v1
container create
----------------
diff --git a/doc/source/command-objects/object-store-account.rst b/doc/source/command-objects/object-store-account.rst
index bdc9393e..ba37078e 100644
--- a/doc/source/command-objects/object-store-account.rst
+++ b/doc/source/command-objects/object-store-account.rst
@@ -2,7 +2,7 @@
object store account
====================
-Object Store v1
+Object Storage v1
object store account set
------------------------
diff --git a/doc/source/command-objects/object.rst b/doc/source/command-objects/object.rst
index ac814417..5aaad8a5 100644
--- a/doc/source/command-objects/object.rst
+++ b/doc/source/command-objects/object.rst
@@ -2,7 +2,7 @@
object
======
-Object Store v1
+Object Storage v1
object create
-------------
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 971739de..90aa481e 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -77,7 +77,7 @@ referring to both Compute and Volume quotas.
* ``console log``: (**Compute**) server console text dump
* ``console url``: (**Compute**) server remote console URL
* ``consumer``: (**Identity**) OAuth-based delegatee
-* ``container``: (**Object Store**) a grouping of objects
+* ``container``: (**Object Storage**) a grouping of objects
* ``credentials``: (**Identity**) specific to identity providers
* ``domain``: (**Identity**) a grouping of projects
* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials
@@ -99,7 +99,7 @@ referring to both Compute and Volume quotas.
* ``mapping``: (**Identity**) a definition to translate identity provider attributes to Identity concepts
* ``module``: internal - installed Python modules in the OSC process
* ``network``: (**Network**) - a virtual network for connecting servers and other resources
-* ``object``: (**Object Store**) a single file in the Object Store
+* ``object``: (**Object Storage**) a single file in the Object Storage
* ``policy``: (**Identity**) determines authorization
* ``project``: (**Identity**) owns a group of resources
* ``quota``: (**Compute**, **Volume**) resource usage restrictions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 6b7d63f3..50b1fd24 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -3,7 +3,7 @@ OpenStackClient
===============
OpenStackClient (aka OSC) is a command-line client for OpenStack that
-brings the command set for Compute, Identity, Image, Object Store and Volume
+brings the command set for Compute, Identity, Image, Object Storage and Volume
APIs together in a single shell with a uniform command structure.
User Documentation