Description of problem: Clicking on PDF icon results in "The page you were looking for doesn't exist." error. Version-Release number of selected component (if applicable): Version 5.8.0.9-alpha2.20170404195944_1d7ece4 How reproducible: Always 1. Navigate to Storage > Block Manager > Volume Snapshot 2. Click on a snpashot. It will get you into summary page of that snapshot. 3. On The summary page, Right side look for PDF icon on left top. click on it Actual results: The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. Expected results: Should prompt to download the pdf containing the summary of the snapshot Additional info:
[----] I, [2017-04-06T07:35:54.205312 #15392:1bdc29c] INFO -- : Started GET "/cloud_volume_snapshot/download_summary_pdf/58000000000016" for 127.0.0.1 at 2017-04-06 07:35:54 -0400 [----] F, [2017-04-06T07:35:54.236172 #15392:1bdc29c] FATAL -- : ActionController::RoutingError (No route matches [GET] "/cloud_volume_snapshot/download_summary_pdf/58000000000016"):
Looks like 'download_summary_pdf' is missing from https://github.com/ManageIQ/manageiq-ui-classic/blob/master/config/routes.rb#L513
fixing https://github.com/ManageIQ/manageiq-ui-classic/pull/1457
*** Bug 1449299 has been marked as a duplicate of this bug. ***
Verified in 5.9.0.4. Pdf downloading works for both aws snapshots and network ports.