lib/fog/libvirt/models/compute/interface.rb in fog-1.8.0 vs lib/fog/libvirt/models/compute/interface.rb in fog-1.9.0

- old
+ new

@@ -13,10 +13,10 @@ def save raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!') end def shutdown - connection.destroy_interface(mac) + service.destroy_interface(mac) end def active? active end