Class: Staypuft::DeploymentRoleHostgroup

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/staypuft/deployment_role_hostgroup.rb

Instance Method Summary collapse

Instance Method Details

#prepare_destroyObject



21
22
23
# File 'app/models/staypuft/deployment_role_hostgroup.rb', line 21

def prepare_destroy
  hosts.each &:open_stack_unassign
end