Description of problem: For AWS provider. UI shows all VPCs as inactive under Cloud Networks Version-Release number of selected component (if applicable): 5.9 How reproducible: Always Steps to Reproduce: 1. Refresh AWS provider 2. Under Networks -> Networks, all VPCs (AWS) show as inactive Actual results: Available VPCs are being shown as inactive networks Expected results: Available VPCs should show as active networks Additional info:
https://github.com/ManageIQ/manageiq-providers-amazon/pull/373
New commit detected on ManageIQ/manageiq-providers-amazon/master: https://github.com/ManageIQ/manageiq-providers-amazon/commit/7b1a7226dea0566fd17d3b06271782e213bf4969 commit 7b1a7226dea0566fd17d3b06271782e213bf4969 Author: Ladislav Smola <lsmola> AuthorDate: Wed Nov 29 15:53:09 2017 +0100 Commit: Ladislav Smola <lsmola> CommitDate: Wed Nov 29 15:57:53 2017 +0100 Correct status for network Correct status for network, we were comparing with wrong value Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1518687 .../manageiq/providers/amazon/inventory/parser/network_manager.rb | 2 +- app/models/manageiq/providers/amazon/network_manager/refresh_parser.rb | 2 +- spec/models/manageiq/providers/amazon/aws_refresher_spec_common.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)