Fix some nits in the json files of api samples

Change-Id: Ib793bf5be179111d0c83c0880f7369ebcbe473ec
This commit is contained in:
liusheng 2016-11-30 17:26:32 +08:00
parent f0f84ac2dd
commit 997c404b56
2 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@
"network_info": {
"3c5b24d1-21b7-4036-8bd1-b0aefe65533d": {
"network": "42a01505-855d-4f3b-9b8b-0abd413b3036",
"mac_address": "aa:bb:cc:dd:ee:ff"
"mac_address": "aa:bb:cc:dd:ee:ff",
"fixed_ip": "10.1.0.100"
},
}
},
"extra": {
"My Server Name" : "Apache1"

View File

@ -1,4 +1,4 @@
{
"power_state": "power off",
"target_power_state": null,
"target_power_state": null
}