fix for resize: avoid conflicting path

This commit is contained in:
Dietmar Maurer 2012-08-08 07:34:36 +02:00
parent 0d02881ce5
commit 614e3941a3

View File

@ -1792,7 +1792,7 @@ __PACKAGE__->register_method({
__PACKAGE__->register_method({
name => 'resize_vm',
path => '{vmid}/config',
path => '{vmid}/resize',
method => 'PUT',
protected => 1,
proxyto => 'node',