commit | 5f448a5286114cb7081d75184abff6b3f4b3f1c5 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Jul 01 06:26:30 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Wed Jul 01 08:16:54 2015 +0000 |
tree | 338db8071a681c6dcc0001dc92a8bbc5f3e6a7fa | |
parent | 0092ef259fbf991437656d25075cf4e92a799278 [diff] |
Apply a naming rule of GET to compute clients(v*) [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 "v*". 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: I17b62791b287bb7150603a029049278756a8616d