-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hello,
Using fog-libvirt with foreman application cannot create Libvirt virtual machine with Ceph storage backend with the following error :
error (Fog::Errors::Error): Error saving the server: undefined local variable or method 'args' for <Fog::Libvirt::Compute::Server .. >:Fog::Libvirt::Compute::Server
After checking server.rb file, method to_xml use an 'args' variable not referenced and must be replace by 'ceph_args'.
xml.target(:dev => target_device, :bus => args["bus_type"] == "virtio" ? "virtio" : "scsi") |
Regards
Metadata
Metadata
Assignees
Labels
No labels