Commit 6658a0b0 authored by Dietmar Maurer's avatar Dietmar Maurer

fix bug 48: proxy initlop to correct node

parent 44e8fb29
...@@ -518,6 +518,7 @@ __PACKAGE__->register_method({ ...@@ -518,6 +518,7 @@ __PACKAGE__->register_method({
path => '{vmid}/initlog', path => '{vmid}/initlog',
method => 'GET', method => 'GET',
protected => 1, protected => 1,
proxyto => 'node',
permissions => { permissions => {
path => '/vms/{vmid}', path => '/vms/{vmid}',
privs => [ 'VM.Audit' ], privs => [ 'VM.Audit' ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment