python-openstackclient/openstackclient/volume/v2
Akihiro Motoki 258c1102cc log take_action parameters in a single place
Previously each command logs take_action parameters explicitly
by using @utils.log_method decorator or log.debug().
Some commands have no logging.

This commit calls a logger in the base class and
drops all logging definition from individual commands.

Closes-Bug: #1532294
Change-Id: I43cd0290a4353c68c075bade9571c940733da1be
2016-02-02 09:58:32 +09:00
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
backup.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
qos_specs.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
snapshot.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
volume_type.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00
volume.py log take_action parameters in a single place 2016-02-02 09:58:32 +09:00