fog-openstack
fog-openstack copied to clipboard
ServerGroup model does nothing on destroy
trafficstars
The ServerGroup model currently does not implement destroy. As the Fog::OpenStack::Model does not raise, the user is unaware of the fact that the resource has not been destroyed. This should be either implemented or raise to avoid confusion. What is the general idea of not raising InterfaceNotImplemented in the Fog::OpenStack::Model methods?