From fccdaabd64bfee73081213d6dfa990a60bd7ecf6 Mon Sep 17 00:00:00 2001 From: Surya Seetharaman Date: Tue, 14 May 2019 15:49:25 +0200 Subject: [PATCH] [Trivial doc change] Admin can overwrite the locked_reason of an owner Change-Id: Id60d7a54e7bce49b938f9f10a0691b05613cbee0 --- api-guide/source/server_concepts.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index 95f1e8f397b6..637e8a15db1c 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -623,7 +623,8 @@ Server actions But administrators can perform the actions on the server even though the server is locked. By default, only owner or administrator - can lock the sever, and administrator can overwrite owner's lock. + can lock the sever, and administrator can overwrite owner's lock along with + the locked_reason if it is specified. Unlock will unlock a server in locked state so additional operations can be performed on the server by non-admin users.