Skip to content

Commit

Permalink
Merge pull request ManageIQ#20897 from d-m-u/improve_logging_in_provi…
Browse files Browse the repository at this point in the history
…sion_request

add a queue post service provision log message
  • Loading branch information
bdunne authored Dec 16, 2020
2 parents b9b275c + 7c2beac commit cc55cd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/service_template_provision_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def do_request
end

def queue_post_provision
_log.info("Queuing post provision of #{self.class.name} id: #{id}, zone: #{my_zone}")

MiqQueue.put(
:class_name => self.class.name,
:instance_id => id,
Expand Down

0 comments on commit cc55cd3

Please sign in to comment.