commit | d526bbe51476c93ccd968ad8a0e3f54a0e4ed3e7 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon May 08 21:54:39 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Thu May 25 04:25:08 2023 +0000 |
tree | 2a7b08cec0d7584c190e2ff253ad2dc9527e1947 | |
parent | 68ee1c03ff1ba68a5d17543484520ac7f39efe14 [diff] |
bmcweb: Fix StorageController Location Path The initial path for the location is wrong. This will end up having multiple location priperty. ``` "Location": { "PartLocation": { "LocationType": "Embedded", "ServiceLabel": "IO1" } }, "PartLocation": { "LocationType": "Embedded" }, ``` Change-Id: Icad2e17d95988b2631d5147e92121f70458f4881 Signed-off-by: Willy Tu <wltu@google.com> (cherry picked from commit 67f9a8f4bc0d0f5222d57abe9d741b9f2aedeafc)