From 34523ec285c9ad81b9426db23707edfbd7e53d04 Mon Sep 17 00:00:00 2001 From: Tatiana Kholkina Date: Mon, 29 Oct 2018 17:07:19 +0300 Subject: [PATCH] Fix parameter type for cinder pool The correct type of parameter 'pool' in method build_storage_pool is Change-Id: I986f707e4e740ebec94a46c6ee413f9a70197dad --- watcher/decision_engine/model/collector/cinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/decision_engine/model/collector/cinder.py b/watcher/decision_engine/model/collector/cinder.py index 5de05b1f0..eb644b1f1 100644 --- a/watcher/decision_engine/model/collector/cinder.py +++ b/watcher/decision_engine/model/collector/cinder.py @@ -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.