Skip to content

Commit 156f491

Browse files
authored
Merge pull request #9 from fkupsch-epost/master
Revert "fix vmpool.info"
2 parents 0744340 + e5d799d commit 156f491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)