From 43f69041e95e7eb11e804533c32a7ed23f7e7532 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 10 Jun 2016 10:26:09 -0400 Subject: [PATCH] fix OS-SCH-HNT:scheduler_hints location in sample OS-SCH-HNT:scheduler_hint is actually a top level attribute, because of historical accident in the yesteryear of v1 (and thus v2 and v2.1). One day we should fix this. Change-Id: I34c105628e274dcc2f8101514f95b9032b2b9f71 --- doc/api_samples/servers/server-create-req.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api_samples/servers/server-create-req.json b/doc/api_samples/servers/server-create-req.json index 6d90a3041ed8..1e885c7bd1a6 100644 --- a/doc/api_samples/servers/server-create-req.json +++ b/doc/api_samples/servers/server-create-req.json @@ -22,8 +22,8 @@ } ], "user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==", - "OS-SCH-HNT:scheduler_hints": { - "same_host": "48e6a9f6-30af-47e0-bc04-acaed113bb4e" - } + }, + "OS-SCH-HNT:scheduler_hints": { + "same_host": "48e6a9f6-30af-47e0-bc04-acaed113bb4e" } }