Bug 1444650 - Create new cloud tenant fails: Unable to create Cloud Tenant "my_cloud": Expected([200]) <=> Actual(404 Not Found) excon.error.response :body
Summary: Create new cloud tenant fails: Unable to create Cloud Tenant "my_cloud": Expe...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: GA
: 5.9.0
Assignee: Tzu-Mainn Chen
QA Contact: Ido Ovadia
URL:
Whiteboard: openstack
Depends On:
Blocks: 1411112 1445893
TreeView+ depends on / blocked
 
Reported: 2017-04-23 17:48 UTC by Ronnie Rasouli
Modified: 2018-03-06 15:26 UTC (History)
7 users (show)

Fixed In Version: 5.9.0.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1445893 (view as bug list)
Environment:
Last Closed: 2018-03-06 15:26:02 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
evm.log reproducing the issue (58.09 KB, text/plain)
2017-04-23 17:48 UTC, Ronnie Rasouli
no flags Details

Description Ronnie Rasouli 2017-04-23 17:48:58 UTC
Created attachment 1273462 [details]
evm.log reproducing the issue

Description of problem:
Create new cloud tenant fails

Setup is: undercloud + overcloud SSL, 2 compute 1 Controller, 1 Ceph

Version-Release number of selected component (if applicable):
5.8.0.11

How reproducible:
100%

Steps to Reproduce:
1. login to CFME UI
2. navigate to compute --> cloud --> Tenant
3. click on configuration 'create new cloud'
4. fill the form with name and click on 

Actual results:
Unable to create Cloud Tenant "my_tenant": Expected([200]) <=> Actual(404 Not Found) excon.error.response :body => "{\"error\": {\"message\": \"The resource could not be found.\", \"code\": 404, \"title\": \"Not Found\"}}" :cookies => [ ] :headers => { "Content-Length" => "93" "Content-Type" => "application/json" "Date" => "Sun, 23 Apr 2017 17:40:00 GMT" "Server" => "Apache" "Vary" => "X-Auth-Token" } :host => "192.168.24.7" :local_address => "10.0.0.84" :local_port => 36714 :path => "/tenants" :port => 35357 :reason_phrase => "Not Found" :remote_ip => "192.168.24.7" :status => 404 :status_line => "HTTP/1.1 404 Not Found\r\n" 


Expected results:
create new tenant 

Additional info:
[----] I, [2017-04-23T13:32:32.626452 #7198:bdf13c]  INFO -- : MIQ(MiqTask#update_status) Task: [32000000000365] [Finished] [Error] [Expected([200]) <=> Actual(404 Not Found)
excon.error.response
  :body          => "{\"error\": {\"message\": \"The resource could not be found.\", \"code\": 404, \"title\": \"Not Found\"}}"
  :cookies       => [
  ]
  :headers       => {
    "Content-Length" => "93"
    "Content-Type"   => "application/json"
    "Date"           => "Sun, 23 Apr 2017 17:32:32 GMT"
    "Server"         => "Apache"
    "Vary"           => "X-Auth-Token"
  }
  :host          => "192.168.24.7"
  :local_address => "10.0.0.84"
  :local_port    => 34456
  :path          => "/tenants"
  :port          => 35357
  :reason_phrase => "Not Found"
  :remote_ip     => "192.168.24.7"
  :status        => 404
  :status_line   => "HTTP/1.1 404 Not Found\r\n"
]
[----] E, [2017-04-23T13:32:32.687896 #7488:137db78] ERROR -- : MIQ(cloud_tenant_controller-wait_for_task): Unable to create Cloud Tenant "my_cloud": Expected([200]) <=> Actual(404 Not Found)
excon.error.response
  :body          => "{\"error\": {\"message\": \"The resource could not be found.\", \"code\": 404, \"title\": \"Not Found\"}}"
  :cookies       => [
  ]
  :headers       => {
    "Content-Length" => "93"
    "Content-Type"   => "application/json"
    "Date"           => "Sun, 23 Apr 2017 17:32:32 GMT"
:

Comment 4 Ido Ovadia 2017-12-10 12:43:54 UTC
Verified
========
5.9.0.12


Note You need to log in before you can comment on or make changes to this bug.