Fix parameter type for cinder pool

The correct type of parameter 'pool' in method build_storage_pool is
<class 'cinderclient.v2.pools.Pool'>

Change-Id: I986f707e4e740ebec94a46c6ee413f9a70197dad
This commit is contained in:
Tatiana Kholkina
2018-10-29 17:07:19 +03:00
parent 1159e0a2ce
commit 34523ec285

View File

@@ -221,7 +221,7 @@ class ModelBuilder(object):
"""Build a storage pool from a Cinder storage pool
:param pool: A storage pool
:type pool: :py:class:`~cinderlient.v2.capabilities.Capabilities`
:type pool: :py:class:`~cinderclient.v2.pools.Pool`
:raises: exception.InvalidPoolAttributeValue
"""
# build up the storage pool.