Bug #366

CloudServer is not considering the ONE_XMLRPC variable

Added by Daniel Molina almost 11 years ago. Updated over 10 years ago.

Status:ClosedStart date:10/08/2010
Priority:NormalDue date:
Assignee:Daniel Molina% Done:

100%

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

Description

The variable ONE_XMLRPC defined in the Cloud Servers configuration files is not considered

When the XMLRPC Client is created the endpoint should be specified using that variable.

Now
CloudServer.rb:59 @one_client = Client.new()

Correct
CloudServer.rb:59 @one_client = Client.new(nil, @config[:one_xmlrpc])

Associated revisions

Revision 1ec71a30
Added by Ruben S. Montero almost 11 years ago

Bug #366: Client uses config and checks for a valid VM_TYPE entry

Revision 6a779b60
Added by Abel Coronado about 4 years ago

disk_resize in RUNNING kvm VMs (#366)

  • Added VM.resize to RUNNING state
  • disk_resize in RUNNING kvm VMs
  • Changed resize for disk_resize

Revision a90a4dc2
Added by Abel Coronado about 4 years ago

disk_resize in RUNNING kvm VMs (#366)

  • Added VM.resize to RUNNING state
  • disk_resize in RUNNING kvm VMs
  • Changed resize for disk_resize

History

#1 Updated by Daniel Molina over 10 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
  • Resolution set to fixed

Also available in: Atom PDF