From dc9e0b74ee93bc6aae8c19aec43e5249a008abc2 Mon Sep 17 00:00:00 2001 From: yufei Date: Fri, 3 Mar 2017 08:46:42 +0000 Subject: [PATCH] Recover the lost fix The change on commit I319376f818b532a1511248a9f17ecd0a41540e88 is reverse by Id13e94d75f85fec7d98f1fa005c37836c244e08a recently Change-Id: Ibf8cd587bbbc2d01614e677721f5d80fce06e1fa --- redfish/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redfish/standard.py b/redfish/standard.py index a75edc6..ff2d195 100644 --- a/redfish/standard.py +++ b/redfish/standard.py @@ -443,7 +443,7 @@ class Systems(Device): ''' return self.set_parameter_json( '{"Boot": {"BootSourceOverrideTarget": "' + - target + '"},{"BootSourceOverrideEnabled" : "' + enabled + '"}}') + target + '", "BootSourceOverrideEnabled" : "' + enabled + '"}}') class SystemsCollection(BaseCollection):