Merge "Fix parameter type for cinder pool"

This commit is contained in:
Zuul
2018-11-02 03:23:57 +00:00
committed by Gerrit Code Review

View File

@@ -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.