Hi everyone,
I have downloaded latest image of ManageIQ for Openstack and then did everything according to an official manual to lunch the instance. When I added Openstack provider, I had no errors of validations. Moreover, I see green check mark that I suppose indicates everything is ok with my credentials. However, I still don’t see anything in “Relationship” except the number of security groups. Also, I see an error in Status:
Error - 18 Minutes Ago
Expected(200) <=> Actual(404 Not Found) excon.error.response :body => "{\"message\": \"The resource could ...
I have tried to find any logs into the image OS and found this one in /var/www/miq/vmdb/log/fog.log :
[----] E, [2017-11-07T16:16:35.453470 #7432:b2ee6f8] ERROR -- : excon.error #<Excon::Error::NotFound: Expected([200, 204, 300]) <=> Actual(404 Not Found)
excon.error.response
:body => "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL / was not found on this server.</p>\n<hr>\n<address>Apache/2.4.6 (Red Hat Enterprise Linux) Server at 10.189.128.95 Port 8777</address>\n</body></html>\n"
:cookies => [
]
:headers => {
"Content-Length" => "296"
"Content-Type" => "text/html; charset=iso-8859-1"
"Date" => "Tue, 07 Nov 2017 16:19:11 GMT"
"Server" => "Apache/2.4.6 (Red Hat Enterprise Linux)"
}
:host => "10.189.128.95"
:local_address => "10.0.100.4"
:local_port => 42722
:path => "/"
:port => 8777
:reason_phrase => "Not Found"
:remote_ip => "10.189.128.95"
:status => 404
:status_line => "HTTP/1.1 404 Not Found\r\n"
>
[----] W, [2017-11-07T16:21:37.198108 #7432:165df14] WARN -- : MIQ(Class#raw_connect) Service Event not available for openstack provider http://10.189.128.95:5000/v3/auth/tokens
[----] W, [2017-11-07T16:21:37.198292 #7432:165df14] WARN -- : Could not find service event. Have alarming, application-catalog, cloudformation, compute, dns, identity, image, metering, metric, network, orchestration, placement, share, sharev2, volume, volumev2, volumev3
[----] W, [2017-11-07T16:21:37.218079 #7442:1656304] WARN -- : MIQ(Class#raw_connect) Service Event not available for openstack provider http://10.189.128.95:5000/v3/auth/tokens
[----] W, [2017-11-07T16:21:37.218258 #7442:1656304] WARN -- : Could not find service event. Have alarming, application-catalog, cloudformation, compute, dns, identity, image, metering, metric, network, orchestration, placement, share, sharev2, volume, volumev2, volumev3
[----] E, [2017-11-07T16:21:37.871744 #7432:165df14] ERROR -- : excon.error #<Excon::Error::NotFound: Expected([200, 204, 300]) <=> Actual(404 Not Found)
excon.error.response
:body => "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL / was not found on this server.</p>\n<hr>\n<address>Apache/2.4.6 (Red Hat Enterprise Linux) Server at 10.189.128.95 Port 8777</address>\n</body></html>\n"
:cookies => [
]
:headers => {
"Content-Length" => "296"
"Content-Type" => "text/html; charset=iso-8859-1"
"Date" => "Tue, 07 Nov 2017 16:24:14 GMT"
"Server" => "Apache/2.4.6 (Red Hat Enterprise Linux)"
}
:host => "10.189.128.95"
:local_address => "10.0.100.4"
:local_port => 42926
:path => "/"
:port => 8777
:reason_phrase => "Not Found"
:remote_ip => "10.189.128.95"
:status => 404
:status_line => "HTTP/1.1 404 Not Found\r\n"
>
[----] E, [2017-11-07T16:21:38.014464 #7442:1656304] ERROR -- : excon.error #<Excon::Error::NotFound: Expected([200, 204, 300]) <=> Actual(404 Not Found)
excon.error.response
:body => "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL / was not found on this server.</p>\n<hr>\n<address>Apache/2.4.6 (Red Hat Enterprise Linux) Server at 10.189.128.95 Port 8777</address>\n</body></html>\n"
:cookies => [
]
:headers => {
"Content-Length" => "296"
"Content-Type" => "text/html; charset=iso-8859-1"
"Date" => "Tue, 07 Nov 2017 16:24:14 GMT"
"Server" => "Apache/2.4.6 (Red Hat Enterprise Linux)"
}
:host => "10.189.128.95"
:local_address => "10.0.100.4"
:local_port => 42928
:path => "/"
:port => 8777
:reason_phrase => "Not Found"
:remote_ip => "10.189.128.95"
:status => 404
:status_line => "HTTP/1.1 404 Not Found\r\n"
>
Regards
Oleg