commit | 88686d8cd0d157333b709f020b0aa50153bc5163 | [log] [tgz] |
---|---|---|
author | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Sun Feb 16 12:24:51 2014 +0200 |
committer | vponomaryov <vponomaryov@mirantis.com> | Mon Feb 17 10:03:36 2014 +0200 |
tree | 2fefe92e4c26e3848cd7325a500869da6d97ec54 | |
parent | 299f4c98077032ee7c92bf60c932376742938917 [diff] |
Remove using of deprecated self.headers (part1) Attr self.headers in rest client is deprecated now, and should be removed from usage by service clients. This patch removes first bunch of attrs. Second and last part is intended to be in another patch, with removing from all other service clients and from rest client itself. Change-Id: I28981738a9e7f39343cf530c2642315f0a5b22f2 Partially-implements: bp refactor-rest-client