nova/doc/v3/api_samples/os-rescue/server-rescue-req-with-image-ref.json
jichenjc b8251f4ec9 Convert rescue v3 plugin to v2.1 API
Changes required to have v3 plugin natively support the V2.1
API.

The parameters admin_password and image_ref were reverted to
adminPass and rescue_image_ref

Partially implements blueprint v2-on-v3-api
Co-Authored-By: Chris Yeoh <cyeoh@au1.ibm.com>
Change-Id: Ibca991b5d6ec065ea9fbb0318c4ab51a3c5a3eba
2014-09-01 14:15:53 +09:30

7 lines
130 B
JSON

{
"rescue": {
"adminPass": "MySecretPass",
"rescue_image_ref": "70a599e0-31e7-49b7-b260-868f441e862b"
}
}