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
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?
The text was updated successfully, but these errors were encountered:
The ServerGroup model currently does not implement
destroy
. As theFog::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 raisingInterfaceNotImplemented
in theFog::OpenStack::Model
methods?The text was updated successfully, but these errors were encountered: