Skip to content

Commit

Permalink
Merge pull request #18706 from xlab-si/phy-server-provision-followup
Browse files Browse the repository at this point in the history
Don't do anything in a function meant for override
  • Loading branch information
agrare authored Apr 30, 2019
2 parents 5f37ae7 + 48c20c8 commit b7050c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/physical_server_provision_task/state_machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def run_provision
end

def start_provisioning
update_and_notify_parent(:message => msg('start provisioning'))
# Implement provisioning in subclass, user-defined values are stored in options field.
raise NotImplementedError, 'Must be implemented in subclass and signal :done_provisioning when done'
end
Expand Down

0 comments on commit b7050c4

Please sign in to comment.