Merge "Fix parameter type for cinder pool"
This commit is contained in:
@@ -221,7 +221,7 @@ class ModelBuilder(object):
|
|||||||
"""Build a storage pool from a Cinder storage pool
|
"""Build a storage pool from a Cinder storage pool
|
||||||
|
|
||||||
:param pool: A 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
|
:raises: exception.InvalidPoolAttributeValue
|
||||||
"""
|
"""
|
||||||
# build up the storage pool.
|
# build up the storage pool.
|
||||||
|
|||||||
Reference in New Issue
Block a user