Changes to cidr field in subnets causes subnet inventory fetch to fail for Nuage network provider Description of the problem: cidr field in subnets was of type variable before. Changing the field to string requires to_cidr method modification. Without the changes subnet inventory collection for Nuage fails. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Add a Network Manager to CloudForms that has subnets 2. Wait for refresh cycle to execute 3. Last refresh error is seen in the summary page Actual results: Inventory refresh fails. Expected results: Inventory refresh should succeed and subnets should be visible
The bug can be assigned to me. I have a PR open to fix the issue at https://github.com/ManageIQ/manageiq/pull/12380