Hide Forgot
Created attachment 797878 [details] logs and screenshots Description of problem: RHEVM should show RHOS public images when importing glance as an external provider to RHEVM without authentication. Version-Release number of selected component (if applicable): rhevm-3.3.0-0.19.master.el6ev.noarch (is13) How reproducible: 100% Steps to Reproduce: 1. have a RHOS env. with public images on it and glance installed 2. add a glance images external provider to RHEVM with no authentication Actual results: We cannot see the public images Expected results: We should see only the public images Additional info: logs and screenshots
does glance let you see public images without authentication?
(In reply to Itamar Heim from comment #1) > does glance let you see public images without authentication? They should be exposed to RHEVM without authentication
The problem here is the glance server configuration. If you want to see public images without any authentication whatsoever you need to disable the keystone authentication. Moving to ON_QA. To verify this you can either: - try to see a public image from a different tenant - reconfigure your server without keystone authentication (and you'll see public images as well, but without authentication)
(In reply to Federico Simoncelli from comment #3) > The problem here is the glance server configuration. > > If you want to see public images without any authentication whatsoever you > need to disable the keystone authentication. > > Moving to ON_QA. To verify this you can either: > > - try to see a public image from a different tenant From a different tenant, I see the public images only when authentication is specified on rhevm Should I be able to see them also when authentication is not specified on rhevm?
(In reply to Elad from comment #4) > (In reply to Federico Simoncelli from comment #3) > > The problem here is the glance server configuration. > > > > If you want to see public images without any authentication whatsoever you > > need to disable the keystone authentication. > > > > Moving to ON_QA. To verify this you can either: > > > > - try to see a public image from a different tenant > From a different tenant, I see the public images only when authentication is > specified on rhevm > Should I be able to see them also when authentication is not specified on > rhevm? No, because no-authentication in the rhevm provider definition means no-authentication on glance as well, and no-authentication on glance means that you're not using the keystone auth flavor at all.
Using RHEVM, public images are shown when using a different tenant. Verified with RHEVM3.3 is18
Closing - RHEV 3.3 Released