Merge "Fix incorrect response example of flavor creation"

This commit is contained in:
Jenkins 2017-04-05 23:00:46 +00:00 committed by Gerrit Code Review
commit 7e3f03909d
4 changed files with 29 additions and 24 deletions

View File

@ -0,0 +1,13 @@
{
"name": "test",
"properties": {
"memory": {
"capacity_mib": "3000",
"type": "DDR2"
},
"processor": {
"total_cores": "10",
"model": "Intel"
}
}
}

View File

@ -0,0 +1,16 @@
{
"created_at": "2017-03-29 01:50:06 UTC",
"name": "test",
"properties": {
"memory": {
"capacity_mib": "3000",
"type": "DDR2"
},
"processor": {
"total_cores": "10",
"model": "Intel"
}
},
"updated_at": "2017-03-29 01:50:06 UTC",
"uuid": "c5136808-8162-4595-9b19-6c92f5956766"
}

View File

@ -1,12 +0,0 @@
{
"name": "test",
"properties": {
"memory": {
"capacity_mib": "3000"
},
"processor": {
"total_cores": "10",
"model": "Intel"
}
}
}

View File

@ -1,12 +0,0 @@
{
"name": "test",
"properties": {
"memory": {
"capacity_mib": "3000"
},
"processor": {
"total_cores": "10",
"model": "Intel"
}
}
}