commit | 0092ef259fbf991437656d25075cf4e92a799278 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Jul 01 06:16:02 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Jul 01 06:22:18 2015 +0000 |
tree | f005001be1d792a45b9a31afb12bc84ba0e129f6 | |
parent | 217f2f3bcc4bd01228f83daeb062edac67264924 [diff] |
Apply a naming rule of GET to compute clients(t*) [GET /resources] methods should be "list_<resource name>s" or "show_<resource name>", so this patch applies the rule to compute clients which names are "t*". In addition, this patch removes unnecessary str() because all callers specify string values and we need to pass py3 tests when migrating them into tempest-lib. Partially implements blueprint consistent-service-method-names Change-Id: I9d7787d50f616e74ccbc06388813fc7fcb994dea