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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user