Follow-up patch for documentation of rescue mode
This is the follow-up patch addresses outstanding comments for commit 689dbf6b5c6ec1dcaf1fa37d288518c91eedf4ec. Change-Id: I72c189988c5c274c32d61a2b9aea5a84da2b2c6e Related-Bug: #1526449
This commit is contained in:
parent
de32d66ce3
commit
a1d2b2ad0f
@ -29,6 +29,16 @@ invoked, it triggers rescue mode::
|
|||||||
|
|
||||||
``rescue_password`` is a required parameter for this command.
|
``rescue_password`` is a required parameter for this command.
|
||||||
|
|
||||||
|
Upon success, it returns following data in response::
|
||||||
|
|
||||||
|
{"command_name": "finalize_rescue",
|
||||||
|
"command_params": {
|
||||||
|
"rescue_password": "p455w0rd"},
|
||||||
|
"command_status": "SUCCEEDED"
|
||||||
|
"command_result": null
|
||||||
|
"command_error": null
|
||||||
|
}
|
||||||
|
|
||||||
If successful, this synchronous command will:
|
If successful, this synchronous command will:
|
||||||
|
|
||||||
1. Write the salted and crypted ``rescue_password`` to
|
1. Write the salted and crypted ``rescue_password`` to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user