Bug #366
CloudServer is not considering the ONE_XMLRPC variable
Status: | Closed | Start date: | 10/08/2010 | |
---|---|---|---|---|
Priority: | Normal | Due 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
Bug #366: Client uses config and checks for a valid VM_TYPE entry
disk_resize in RUNNING kvm VMs (#366)
- Added VM.resize to RUNNING state
- disk_resize in RUNNING kvm VMs
- Changed resize for disk_resize
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