Skip to content

Commit e5d799d

Browse files
committed
Revert "fix vmpool.info"
This reverts commit a2c08b5.
1 parent 0744340 commit e5d799d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oca/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def update(self, template, merge=False):
396396

397397
class VirtualMachinePool(Pool):
398398
METHODS = {
399-
'info': 'vmpool.infoextended',
399+
'info': 'vmpool.info',
400400
}
401401

402402
def __init__(self, client):

0 commit comments

Comments
 (0)