should add the cover case for 'body' kwarg in http json_request
Bug #1535968 reported by
zhurong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-muranoclient |
Fix Released
|
Medium
|
zhurong |
Bug Description
In the http json_request, it always data in the kwargs,
but the warning says use `data` instead.
So add the cover case for 'body' kwarg in http json_request
Changed in python-muranoclient: | |
assignee: | nobody → zhurong (zhu-rong) |
Changed in python-muranoclient: | |
status: | New → In Progress |
Changed in python-muranoclient: | |
milestone: | none → 0.8.2 |
importance: | Undecided → Medium |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/269384 /git.openstack. org/cgit/ openstack/ python- muranoclient/ commit/ ?id=b2419ed950e 973182c706a0df7 8a36376df5be1f
Committed: https:/
Submitter: Jenkins
Branch: master
commit b2419ed950e9731 82c706a0df78a36 376df5be1f
Author: zhurong <email address hidden>
Date: Tue Jan 19 01:09:24 2016 +0000
Add the cover case for 'body' kwarg in http json_request
In the http json_request, it always data in the kwargs,
but the warning says use `data` instead.
So add the cover case for 'body' kwarg in http json_request
Change-Id: I4015c67241e6cd 44a65871483750f e70d17e92d8
Closes-bug: #1535968