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
fog-libvirt-0.12.0/lib/fog/libvirt/models/compute/pool.rb:28:in `save': undefined method `create_pool' for an instance of Fog::Libvirt::Compute::Real (NoMethodError)
self.uuid = (persistent ? service.define_pool(xml) : service.create_pool(xml)).uuid
^^^^^^^^^^^^
Did you mean? create_volume
from fog-core-2.4.0/lib/fog/core/collection.rb:53:in `create'
When doing
It fails with
There is no such method
create_pool
. See models/compute/pool.rb#L28The text was updated successfully, but these errors were encountered: