commit | 1662b0e27adfaf83dc979516e0f7ed37c46f27b1 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Mon Aug 10 16:48:07 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Aug 18 10:20:49 2015 +0000 |
tree | 5d0eeb8808f43a090ee48fbe349803cead135b5d | |
parent | f7f8cec2c4f6d1f66d9ad40543f1cd3b0cc948db [diff] |
Full response for DataProcessingClient methods Since service clients need to be migrated to Tempest-lib, they should not truncate any things from API response. Current DataProcessing client cuts out the top key of a response and returns only value to the caller. All service clients should return the response as they get it from APIs. Change-Id: I0d2d47db0ccfb306269a60557c4e510082ad0d3e Partially-implements: blueprint method-return-value-and-move-service-clients-to-lib