commit | 667855a65d0b2bfbba81d976493fd98ba9319f81 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Nov 30 22:30:28 2015 +0000 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Dec 08 13:04:25 2015 +0000 |
tree | 4b03ea78d40e69057adfac43d47f8840938794f4 | |
parent | dd510b22811e9ab7f8b2a4522b12d0a3cf120f4f [diff] |
Remove pre-request-validation from v2 image_client Glance v2 API provides Json-Schema definition for body format of request, and clients can use it for pre-validation before sending a request. On service clients, this definition was used but this patch removes these pre-validation code, because service clients should be simple as possible for easy debugging. Partially implements blueprint consistent-service-method-names Change-Id: I114102ff4216683ecb06c5dd2c3f76911e792f90