You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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'.
fog-libvirt/lib/fog/libvirt/models/compute/server.rb
Line 366 in 238a8b8
Regards
The text was updated successfully, but these errors were encountered: