From: René Jochum Date: Thu, 14 Jun 2018 11:48:20 +0000 (+0200) Subject: Remove timeout from the stop command (lxc doesn't support it) X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=4e14c0d17b0512ba8351cbe77115dd31dd5b17cf Remove timeout from the stop command (lxc doesn't support it) --- diff --git a/PVE/APIClient/Commands/GuestStatus.pm b/PVE/APIClient/Commands/GuestStatus.pm index 03e2e4a..ff7764e 100644 --- a/PVE/APIClient/Commands/GuestStatus.pm +++ b/PVE/APIClient/Commands/GuestStatus.pm @@ -61,12 +61,6 @@ __PACKAGE__->register_method ({ properties => { remote => get_standard_option('pveclient-remote-name'), vmid => get_standard_option('pve-vmid'), - timeout => { - description => "Timeout in seconds", - type => 'integer', - minimum => 1, - optional => 1, - }, }, }, returns => { type => 'null'},