summaryrefslogtreecommitdiff
path: root/doc/source/plugins.rst
diff options
context:
space:
mode:
authorXi Yang <yang.xi@99cloud.net>2015-11-08 22:05:15 +0800
committerXi Yang <yang.xi@99cloud.net>2015-11-27 17:56:10 +0800
commit54b0ef3358b25b0c164ee5f4eba07ee474513d3a (patch)
tree68fe2d59b18a53fb1d13601831a0d6a81609ec3b /doc/source/plugins.rst
parent8d523266fcfc1c71734f22ec0ae4d5707097dfc8 (diff)
downloadpython-openstackclient-54b0ef3358b25b0c164ee5f4eba07ee474513d3a.tar.gz
Use Block Storage instead of Volume
Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
Diffstat (limited to 'doc/source/plugins.rst')
-rw-r--r--doc/source/plugins.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst
index 5f82cc68..38884a23 100644
--- a/doc/source/plugins.rst
+++ b/doc/source/plugins.rst
@@ -11,8 +11,9 @@ Adoption
========
OpenStackClient promises to provide first class support for the following
-OpenStack services: Compute, Identity, Image, Storage, Volume and Network.
-These services are considered essential to any OpenStack deployment.
+OpenStack services: Compute, Identity, Image, Object Storage, Block Storage
+and Network. These services are considered essential to any OpenStack
+deployment.
Other OpenStack services, such as Orchestration or Telemetry may create an
OpenStackClient plugin. The source code will not be hosted by