Skip to content

Commit

Permalink
Merge pull request #16851 from jameswnl/dummy-fix
Browse files Browse the repository at this point in the history
Provider generator: fix hardcoded 'DUMMY_PROVIDER'
  • Loading branch information
Fryguy authored Jan 19, 2018
2 parents 0cb5202 + 622db03 commit 2f68bab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def queue_event(event)
def event_to_hash(event, ems_id)
{
:event_type => "DUMMY_PROVIDER_#{event[:name]}",
:source => 'DUMMY_PROVIDER',
:event_type => "<%= provider_name.upcase %>#{event[:name]}",
:source => '<%= provider_name.upcase %>',
:timestamp => event[:timestamp],
:vm_ems_ref => event[:vm_ems_ref],
:full_data => event,
Expand Down

0 comments on commit 2f68bab

Please sign in to comment.