Bug 1695818

Summary: conversion host database fixture has wrong name
Product: Red Hat CloudForms Management Engine Reporter: Daniel Berger <dberger>
Component: V2VAssignee: Fabien Dupont <fdupont>
Status: CLOSED CURRENTRELEASE QA Contact: Shveta <sshveta>
Severity: high Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: high    
Version: 5.10.2CC: bthurber, dmetzger, fdupont, kkulkarn, ytale
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.11.0   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/ManageIQ/manageiq/pull/18535
Whiteboard: v2v
Fixed In Version: 5.11.0.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1702054 (view as bug list) Environment:
Last Closed: 2019-12-13 15:08:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: V2V Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1622728, 1702054    

Description Daniel Berger 2019-04-03 18:53:30 UTC
At the moment when you create a conversion host via the ConversionHost#enable_queue method it is not creating a message properly. The db fixture needs to be updated.

To replicate, create a conversion host via the ConversionHost#enable_queue method.

Currently you will see a literal "{resource}" string in the output.

The expected output is information about the resource.

Comment 2 Fabien Dupont 2019-04-03 21:11:43 UTC
https://github.com/ManageIQ/manageiq/pull/18535

Comment 5 Shveta 2019-07-02 21:19:38 UTC
Created conversion host via API .
irb(main):002:0> Notification.all.map(&:options)
=> [{:op_name=>"enable", :op_arg=>"type=Host id=4"}, {:op_name=>"enable", :op_arg=>"type=Host id=3"}, {:op_name=>"enable", :op_arg=>"type=Host id=4"}, 

Verified in 5.11.0.11.20190625161125_392c61e