[Kimchi-devel] [PATCH 1/4] update API.md

Christy Perez christy at linux.vnet.ibm.com
Tue May 20 20:17:36 UTC 2014


Minor grammar changes...


On Tue, 2014-05-20 at 23:27 +0800, shaohef at linux.vnet.ibm.com wrote:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> 
> Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> ---
>  docs/API.md | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/docs/API.md b/docs/API.md
> index 9217a37..d4b7291 100644
> --- a/docs/API.md
> +++ b/docs/API.md
> @@ -111,6 +111,10 @@ the following general conventions:
> 
>  **Actions (POST):**
> 
> +* setticket: set a ticket for VM, only the one get the ticket can access this VM.
set a ticket for a VM. Only the one with the ticket can access this VM.
> +             * password *(optional)*: the password of ticket.
> +             * expire *(optional)*: the ticket is invalid when expire, default is 30
> +                      seconds.
Either change "expire" to "expired" or here's a more concise suggestion:
: lifetime of a ticket. Default is 30s.

>  * start: Power on a VM
>  * poweroff: Power off a VM forcefully. Note this action may produce undesirable
>              results, for example unflushed disk cache in the guest.

Regards,

- Christy




More information about the Kimchi-devel mailing list