| Summary: | Improve flash message when creating cloud subnet | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Aziza Karol <akarol> |
| Component: | UI - OPS | Assignee: | Gilles Dubreuil <gdubreui> |
| Status: | CLOSED NOTABUG | QA Contact: | Aziza Karol <akarol> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.7.0 | CC: | dajohnso, hkataria, jfrey, jhardy, lsmola, mpovolny, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | cfme-future | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ui:flash_msg:sdn | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-24 08:58:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | Bug | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
Ladislav, Ok, I'll look at that. Thanks Ladislav, I believe this is irrelevant as we're now using the task queue approach to wrap all commands. Do you agree? I think so, you show just the message now, in case of the error, right? Yes, the message is passed by from the task. Therefore this bug becomes irrelevant and can be closed. |
Created attachment 1208709 [details] flash message Description of problem: Version-Release number of selected component (if applicable): 5.7.0.4 How reproducible: 100% Steps to Reproduce: 1.Navigate to networks->subnets->create a new subnet 2. 3. Actual results: Unable to create Cloud Subnet "test_subet_az": Expected([201]) <=> Actual(400 Bad Request) excon.error.response :body => "{\"NeutronError\": {\"message\": \"Invalid input for operation: Requested subnet with cidr: 10.8.58.0/23 for network: b11007bc-2fb6-4d12-a2b1-6090994c00f4 overlaps with another subnet.\", \"type\": \"InvalidInput\", \"detail\": \"\"}}" :cookies => [ ] :headers => { "Content-Length" => "220" "Content-Type" => "application/json; charset=UTF-8" "Date" => "Mon, 10 Oct 2016 05:37:01 GMT" "X-Openstack-Request-Id" => "req-0620268a-b323-4601-8cd4-4895891de4a9" } :host => "10.8.58.70" :local_address => "192.168.100.38" :local_port => 44612 :path => "/v2.0/subnets" :port => 9696 :reason_phrase => "Bad Request" :remote_ip => "10.8.58.70" :status => 400 :status_line => "HTTP/1.1 400 Bad Request\r\n" displayed in UI. Expected results: Flash messages needs to be improved Additional info: