Description of problem: Version-Release number of selected component (if applicable): 5.7.0.4 How reproducible: 100% Steps to Reproduce: 1.Navigate to compute->infrastructure->Networking 2.click on reload current display icon 3. Actual results: Routing error in production.log Expected results: Additional info: production.log [----] I, [2016-10-10T07:00:35.476964 #11830:139efd0] INFO -- : Started POST "/infra_networking/reload" for 127.0.0.1 at 2016-10-10 07:00:35 -0400 [----] F, [2016-10-10T07:00:35.487758 #11830:139efd0] FATAL -- : [----] F, [2016-10-10T07:00:35.487949 #11830:139efd0] FATAL -- : ActionController::RoutingError (No route matches [POST] "/infra_networking/reload"): [----] F, [2016-10-10T07:00:35.488058 #11830:139efd0] FATAL -- : [----] F, [2016-10-10T07:00:35.488137 #11830:139efd0] FATAL -- : actionpack (5.0.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call' [----] F, [2016-10-10T07:00:35.488199 #11830:139efd0] FATAL -- : actionpack (5.0.0.1) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' [----] F, [2016-10-10T07:00:35.488264 #11830:139efd0] FATAL -- : railties (5.0.0.1) lib/rails/rack/logger.rb:36:in `call_app' [----] F, [2016-10-10T07:00:35.488324 #11830:139efd0] FATAL -- : railties (5.0.0.1) lib/rails/rack/logger.rb:26:in `call' [----] F, [2016-10-10T07:00:35.488374 #11830:139efd0] FATAL -- : request_store (1.3.1) lib/request_store/middleware.rb:9:in `call' [----] F, [2016-10-10T07:00:35.488422 #11830:139efd0] FATAL -- : actionpack (5.0.0.1) lib/action_dispatch/middleware/request_id.rb:24:in `call' [----] F, [2016-10-10T07:00:35.488486 #11830:139efd0] FATAL -- : rack (2.0.1) lib/rack/method_override.rb:22:in `call' [----] F, [2016-10-10T07:00:35.488536 #11830:139efd0] FATAL -- : rack (2.0.1) lib/rack/runtime.rb:22:in `call' [----] F, [2016-10-10T07:00:35.488585 #11830:139efd0] FATAL -- : activesupport (5.0.0.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' [----] F, [2016-10-10T07:00:35.488638 #11830:139efd0] FATAL -- : actionpack (5.0.0.1) lib/action_dispatch/middleware/executor.rb:12:in `call' [----] F, [2016-10-10T07:00:35.488691 #11830:139efd0] FATAL -- : rack (2.0.1) lib/rack/sendfile.rb:111:in `call' [----] F, [2016-10-10T07:00:35.488742 #11830:139efd0] FATAL -- : railties (5.0.0.1) lib/rails/engine.rb:522:in `call' [----] F, [2016-10-10T07:00:35.488805 #11830:139efd0] FATAL -- : puma (3.3.0) lib/puma/configuration.rb:224:in `call' [----] F, [2016-10-10T07:00:35.488870 #11830:139efd0] FATAL -- : puma (3.3.0) lib/puma/server.rb:561:in `handle_request' [----] F, [2016-10-10T07:00:35.488926 #11830:139efd0] FATAL -- : puma (3.3.0) lib/puma/server.rb:406:in `process_client' [----] F, [2016-10-10T07:00:35.488984 #11830:139efd0] FATAL -- : puma (3.3.0) lib/puma/server.rb:271:in `block in run' [----] F, [2016-10-10T07:00:35.489049 #11830:139efd0] FATAL -- : puma (3.3.0) lib/puma/thread_pool.rb:111:in `block in spawn_thread' [----] I, [2016-10-10T07:01:21.344945 #11845:1392654] INFO -- : Started GET "/api" for 127.0.0.1 at 2016-10-10 07:01:21 -0400 [----] I, [2016-10-10T07:01:21.347372 #11845:1392654] INFO -- : Processing by Api::ApiController#index as JSON [----] I, [2016-10-10T07:01:21.388667 #11845:1392654] INFO -- : Completed 200 OK in 41ms (Views: 0.3ms | ActiveRecord: 0.0ms)
Fix posted at https://github.com/ManageIQ/manageiq/pull/12382
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/8dbfcd1b269e999293a4337870f44fadc0c668de commit 8dbfcd1b269e999293a4337870f44fadc0c668de Author: Scott Seago <sseago> AuthorDate: Wed Nov 2 23:37:25 2016 -0400 Commit: Scott Seago <sseago> CommitDate: Wed Nov 2 23:37:25 2016 -0400 BZ 1383282: Routing Error when clicked on reload on infrastructure networking page Added route for 'reload' action on infra networking page. https://bugzilla.redhat.com/show_bug.cgi?id=1383282 config/routes.rb | 1 + 1 file changed, 1 insertion(+)
No Routing Error when clicked on reload on infrastructure networking page Verified: 5.8.0.3.20170301174324_1e2e0c4