Add trailing slash to POST URL
authorgaoxuesx <xuesongx.gao@intel.com>
Tue, 16 Sep 2014 06:51:12 +0000 (14:51 +0800)
committerHao H Huang <hao.h.huang@intel.com>
Thu, 18 Sep 2014 05:55:29 +0000 (08:55 +0300)
commit1c117b3e5dff3834b7f586e5db0facfeabe8a023
tree439d1bccd0f569fc8c5358d63a93b75f5339d8d0
parenta507d769704c5c60e0980997b2c3f81b1538c152
Add trailing slash to POST URL

We called this URL via POST, but the URL doesn't end in a slash,
Django can't redirect to the slash URL while maintaining POST data.

Change-Id: Id1de27deabd096679233057091fc4891e2d431c0
Signed-off-by: gaoxuesx <xuesongx.gao@intel.com>
common/iris_rest_client.py