Bug 1417943
| Summary: | Failed to create cloud subnet | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Ido Ovadia <iovadia> | ||||||
| Component: | Providers | Assignee: | Tzu-Mainn Chen <tzumainn> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.7.0 | CC: | cpelland, jfrey, jhardy, obarenbo, rrasouli, simaishi, tzumainn | ||||||
| Target Milestone: | GA | Keywords: | TestOnly | ||||||
| Target Release: | 5.7.1 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.7.1.1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-02-28 13:49:44 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | Openstack | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1405640 | ||||||||
| Attachments: |
|
||||||||
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 |
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