commit | 540e74ac3da07cf62a00ab7976fb9382cf2e59a8 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Tue Jan 19 18:08:25 2021 +0200 |
committer | lkuchlan <lkuchlan@redhat.com> | Thu Jan 21 10:14:19 2021 +0200 |
tree | a244be247dfbc740788300bb0044e2955a223b15 | |
parent | f5beab4862ac3d148ec4179b82bbd7190485f8f6 [diff] |
Moving resource waiters to a new module Currently, resource waiters methods are placed under service clients modules. There are three duplicated waiters in both v1 and v2 modules: - wait_for_share_status - wait_for_snapshot_status - wait_for_access_rule_status This patch suggests to separate the waiter functions from client modules and collect them in one place. Change-Id: I9f0d50a325139e6067e4339533d4b01a322df7a8