commit | 7ec0a4f41437e62b96964013bb805825ccc1abff | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Tue Apr 11 07:50:27 2017 -0500 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Wed Apr 26 13:42:15 2017 -0500 |
tree | 0b038c6a34224a3d6bd7e990f871087d5ccfca62 | |
parent | 1af301a0a9065dd769219d77dcbe0cd8ca6e9b82 [diff] |
rest_dbus: allow route '/upload/image/<filename>' This allows the user to provide a filename for the uploaded image. 'curl <options> -X PUT -T foo https://<bmc_IP>/upload/image/bar' - This will save the file foo with the name bar on the BMC. Resolves openbmc/openbmc#1332. Change-Id: Ie3d04617114ec574c573ae0ac9ecf65769800062 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>