[pve-devel] [PATCH 2/5] add pending param to config api

Alexandre DERUMIER aderumier at odiso.com
Mon Dec 29 20:07:18 CET 2014


>>I think this should have a 
>>
>>default => 1, 
>>
>>So that we are compatible with current behavior. 

Oh, yes, you are right.
Like this it'll not break whmcs modulegarden proxmox module. 
(I see that they are now partner with proxmox, their module is really great :)




----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>, "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Lundi 29 Décembre 2014 14:47:34
Objet: Re: [pve-devel] [PATCH 2/5] add pending param to config api

> @@ -633,6 +633,11 @@ __PACKAGE__->register_method({ 
> properties => { 
> node => get_standard_option('pve-node'), 
> vmid => get_standard_option('pve-vmid'), 
> + pending => { 
> + optional => 1, 
> + type => 'boolean', 
> + description => "Get pending values instead running values", 
> + }, 

I think this should have a 

default => 1, 

So that we are compatible with current behavior. 




More information about the pve-devel mailing list