
This necessitates adding some missing return values for various mocks. Combined, this brings our tests closer to reality and will be needed once we add response schemas for these. Change-Id: I1ff23082d257f98e4f63b84b287a3c374a62bf0b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
25 lines
720 B
JSON
25 lines
720 B
JSON
{
|
|
"server" : {
|
|
"accessIPv4": "1.2.3.4",
|
|
"accessIPv6": "80fe::",
|
|
"name" : "new-server-test",
|
|
"imageRef" : "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"flavorRef" : "1",
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"availability_zone": "us-west",
|
|
"metadata" : {
|
|
"My Server Name" : "Apache1"
|
|
},
|
|
"security_groups": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==",
|
|
"networks": "auto",
|
|
"hostname": "new-server-test"
|
|
},
|
|
"OS-SCH-HNT:scheduler_hints": {
|
|
"same_host": "48e6a9f6-30af-47e0-bc04-acaed113bb4e"
|
|
}
|
|
} |