Correct JSON by adding missing comma

Our examples should be valid JSON.

Change-Id: I47219ce98457a7ccb6e8a6d3a4f8290104372921
This commit is contained in:
Jay Faulkner 2023-07-20 08:00:13 -07:00
parent b34642107a
commit 19fd6cf100
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ in an ``instance_info`` variable, for example:
"driver_info": {
"redfish_address": "https://bmc.myhost.com",
"redfish_system_id": "/redfish/v1/Systems/11",
"redfish_username": "admin"
"redfish_username": "admin",
"redfish_password": "pa$$w0rd",
},
"nics": [
@ -200,7 +200,7 @@ For example:
"driver_info": {
"redfish_address": "https://bmc.myhost.com",
"redfish_system_id": "/redfish/v1/Systems/11",
"redfish_username": "admin"
"redfish_username": "admin",
"redfish_password": "pa$$w0rd",
},
"ipv4_address": "192.168.122.42",