Hide Forgot
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:
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.