Hi Team,

I want oVirt to point to my Authentication / Authorization HTTP URL, so I modified the following property in /etc/ovirt-engine/engine.conf.d/11-setup-sso.conf


#ENGINE_SSO_AUTH_URL="https://${ENGINE_FQDN}:443/ovirt-engine/sso"
  ENGINE_SSO_AUTH_URL="http://172.30.39.176:9090/api/auth/sso"

#SSO_ENGINE_URL="https://${ENGINE_FQDN}:443/ovirt-engine/"
  SSO_ENGINE_URL="http://172.30.39.176:9090/api/auth/"


I verified in the log and found the following message :

engine.log:2018-07-04 15:12:46,238+05 INFO  [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 42) [] Value of property 'ENGINE_SSO_AUTH_URL' is 'http://172.30.39.176:9090/api/auth/sso'.
engine.log:2018-07-04 15:12:46,244+05 INFO  [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 42) [] Value of property 'SSO_ENGINE_URL' is 'http://172.30.39.176:9090/api/auth/'.


But still it is not point to my Authentication URL, Is there any other change we need to make to point the oVirt Authentication to my HTTP URL?

Thanks,
Hari