Merge "Remove trailing comma from sample JSON"

This commit is contained in:
Jenkins 2014-03-06 15:51:27 +00:00 committed by Gerrit Code Review
commit 2e43a94059
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"snapshot": {
"display_name": "snap-002",
"display_description": "This is yet, another snapshot.",
"display_description": "This is yet, another snapshot."
}
}
}

View File

@ -2,6 +2,6 @@
"volume_type": {
"id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
"name": "SSD",
"extra_specs": {},
"extra_specs": {}
}
}
}

View File

@ -2,6 +2,6 @@
"volume": {
"display_name": "vol-002",
"display_description": "This is yet, another volume.",
"metadata": {"contents": "junk"},
"metadata": {"contents": "junk"}
}
}
}