Hide Forgot
Created attachment 1246234 [details] subnet fail Description of problem: ======================= Failed to create OpenStack Overcloud subnet Version-Release number of selected component: ============================================= 5.7.1.0.20170124142149_8a5f4d5 How reproducible: ================= 100% Steps to Reproduce: =================== 1. Create a network on openstack overcloud 2. Create a subnet on the network you have created on step 1 Actual results: =============== Subnet creation failed Unable to create Cloud Subnet: Expected([201]) <=> Actual(400 Bad Request) excon.error.response :body => "{\"NeutronError\": {\"message\": \"Invalid input for operation: 'on' cannot be converted to boolean.\", \"type\": \"InvalidInput\", \"detail\": \"\"}}" :cookies ... Expected results: ================= Subnet created successfully Additional info: ================ see screenshot and log file enclosed
Created attachment 1246236 [details] Subnet creation fail log file
This issue does not happen on master, only on the euwe branch. I've submitted a PR to fix this on euwe: https://github.com/ManageIQ/manageiq/pull/13715
Should actually be fixed by https://github.com/ManageIQ/manageiq/pull/12706
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/c145687b588ba3af20cc1f79ca78542073e99ac7 commit c145687b588ba3af20cc1f79ca78542073e99ac7 Author: Martin Hradil <himdel> AuthorDate: Mon Nov 21 14:47:50 2016 +0200 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Jan 31 17:21:04 2017 -0500 Merge pull request #12706 from gildub/cloud_subnet-angular-controller-fix Cloud Subnet: Fix angular controller (cherry picked from commit 50720ce01abb7401a8f8175c817e139901cf70e7) https://bugzilla.redhat.com/show_bug.cgi?id=1417943 .../controllers/cloud_subnet/cloud_subnet_form_controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Verified ======== 5.7.1.2