Skip to content

Commit 32e0ed6

Browse files
author
Xi Yang
committed
Change 'Object Store' to 'Object Storage'
Because the official documents uses 'Object Storage', so change it in this project. Change-Id: I87c0996b48c452b3ff619b8214676ae377e6d0af
1 parent c48afe6 commit 32e0ed6

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/source/command-objects/container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
container
33
=========
44

5-
Object Store v1
5+
Object Storage v1
66

77
container create
88
----------------

doc/source/command-objects/object-store-account.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
object store account
33
====================
44

5-
Object Store v1
5+
Object Storage v1
66

77
object store account set
88
------------------------

doc/source/command-objects/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
object
33
======
44

5-
Object Store v1
5+
Object Storage v1
66

77
object create
88
-------------

doc/source/commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ referring to both Compute and Volume quotas.
7777
* ``console log``: (**Compute**) server console text dump
7878
* ``console url``: (**Compute**) server remote console URL
7979
* ``consumer``: (**Identity**) OAuth-based delegatee
80-
* ``container``: (**Object Store**) a grouping of objects
80+
* ``container``: (**Object Storage**) a grouping of objects
8181
* ``credentials``: (**Identity**) specific to identity providers
8282
* ``domain``: (**Identity**) a grouping of projects
8383
* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials
@@ -99,7 +99,7 @@ referring to both Compute and Volume quotas.
9999
* ``mapping``: (**Identity**) a definition to translate identity provider attributes to Identity concepts
100100
* ``module``: internal - installed Python modules in the OSC process
101101
* ``network``: (**Network**) - a virtual network for connecting servers and other resources
102-
* ``object``: (**Object Store**) a single file in the Object Store
102+
* ``object``: (**Object Storage**) a single file in the Object Storage
103103
* ``policy``: (**Identity**) determines authorization
104104
* ``project``: (**Identity**) owns a group of resources
105105
* ``quota``: (**Compute**, **Volume**) resource usage restrictions

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OpenStackClient
33
===============
44

55
OpenStackClient (aka OSC) is a command-line client for OpenStack that
6-
brings the command set for Compute, Identity, Image, Object Store and Volume
6+
brings the command set for Compute, Identity, Image, Object Storage and Volume
77
APIs together in a single shell with a uniform command structure.
88

99
User Documentation

0 commit comments

Comments
 (0)