commit | 153b3d9207aaf144ce6392b1127c71d309a52070 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Aug 03 14:35:46 2016 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Aug 03 14:40:08 2016 -0700 |
tree | c3992869e11c6be9e3838d0fc640898ed0ecd959 | |
parent | 563363b00a6a5d0844f4c601d1fb4a8469bba589 [diff] |
Remove a redundant wait_for_backup_deletion() The rest_client module has a basic function wait_for_resource_deletion() and it is enough to implement a small function is_resource_deleted() in each service client for the same function. This patch removes the wait_for_backup_deletion() and implement the is_resource_deleted() for the code cleanup. Partially implements blueprint consistent-service-method-names Change-Id: I7c07f1cdde86be850f50825db01eb35c62497820