Merge "Change 'Object Store' to 'Object Storage'"

This commit is contained in:
Jenkins 2015-11-26 18:41:06 +00:00 committed by Gerrit Code Review
commit 9a6672b8aa
5 changed files with 6 additions and 6 deletions

@ -2,7 +2,7 @@
container container
========= =========
Object Store v1 Object Storage v1
container create container create
---------------- ----------------

@ -2,7 +2,7 @@
object store account object store account
==================== ====================
Object Store v1 Object Storage v1
object store account set object store account set
------------------------ ------------------------

@ -2,7 +2,7 @@
object object
====== ======
Object Store v1 Object Storage v1
object create object create
------------- -------------

@ -77,7 +77,7 @@ referring to both Compute and Volume quotas.
* ``console log``: (**Compute**) server console text dump * ``console log``: (**Compute**) server console text dump
* ``console url``: (**Compute**) server remote console URL * ``console url``: (**Compute**) server remote console URL
* ``consumer``: (**Identity**) OAuth-based delegatee * ``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 * ``credentials``: (**Identity**) specific to identity providers
* ``domain``: (**Identity**) a grouping of projects * ``domain``: (**Identity**) a grouping of projects
* ``ec2 credentials``: (**Identity**) AWS EC2-compatible credentials * ``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 * ``mapping``: (**Identity**) a definition to translate identity provider attributes to Identity concepts
* ``module``: internal - installed Python modules in the OSC process * ``module``: internal - installed Python modules in the OSC process
* ``network``: (**Network**) - a virtual network for connecting servers and other resources * ``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 * ``policy``: (**Identity**) determines authorization
* ``project``: (**Identity**) owns a group of resources * ``project``: (**Identity**) owns a group of resources
* ``quota``: (**Compute**, **Volume**) resource usage restrictions * ``quota``: (**Compute**, **Volume**) resource usage restrictions

@ -3,7 +3,7 @@ OpenStackClient
=============== ===============
OpenStackClient (aka OSC) is a command-line client for OpenStack that 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. APIs together in a single shell with a uniform command structure.
User Documentation User Documentation