Bug #416

Java OCA API savedisk always returns "not enough parameters"

Added by Takeo Ohno over 10 years ago. Updated over 10 years ago.

Status:ClosedStart date:11/22/2010
Priority:NormalDue date:
Assignee:Carlos Martín% Done:

0%

Category:-
Target version:-
Resolution:fixed Pull request:
Affected Versions:

Description

Java OCA API 2.0 VirtualMachine.savedisk(int diskId, int imageId) always returns "not enough parameters". Savedisk code seems to not send VMID for the server.

I changed the code as below and it works well.

VirtualMachine.java L230
return client.call(SAVEDISK, id, diskId, imageId);

Associated revisions

Revision a0146fcc
Added by Carlos Martín over 10 years ago

Bug #416: Java OCA VirtualMachine.savedisk fixed thanks to Takeo Ohno.

Revision 8ddb7149
Added by Carlos Martín over 10 years ago

Bug #416: Java API, more reliable testing framework.

Revision 457ef3d1
Added by Abel Coronado almost 4 years ago

B #5256 Added actions panel in VM Template yamls (#416)

Revision a18da15b
Added by Abel Coronado almost 4 years ago

B #5256 Added actions panel in VM Template yamls (#416)

Revision 82b84e2b
Added by Abel Coronado almost 4 years ago

B #5256 Added actions panel in VM Template yamls (#416)

(cherry picked from commit 457ef3d16e1b88ae76e8674aaf5f425a04fb0a30)

History

#1 Updated by Ruben S. Montero over 10 years ago

  • Status changed from New to Closed
  • Assignee set to Carlos Martín
  • Resolution set to fixed

Also available in: Atom PDF