Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: setup: rename 
authentication.properties->sso.properties
......................................................................

packaging: setup: rename authentication.properties->sso.properties

better name for our mini sso.

Change-Id: Ia481911dcd2111dad054ca3bad8b1eef996ff695
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M 
packaging/jasper-customizations/WEB-INF/applicationContext-ovirt-override.xml.in
M packaging/legacy-setup/ovirt-engine-reports-setup.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/83/23783/1

diff --git 
a/packaging/jasper-customizations/WEB-INF/applicationContext-ovirt-override.xml.in
 
b/packaging/jasper-customizations/WEB-INF/applicationContext-ovirt-override.xml.in
index 099e6b5..c8c0fab 100644
--- 
a/packaging/jasper-customizations/WEB-INF/applicationContext-ovirt-override.xml.in
+++ 
b/packaging/jasper-customizations/WEB-INF/applicationContext-ovirt-override.xml.in
@@ -31,7 +31,7 @@
         <property name="authenticationManager">
             <ref bean="authenticationManager"/>
         </property>
-       <property name="authenticationProperties" 
value="@PKG_SYSCONF_DIR@/authentication.properties"/>
+       <property name="authenticationProperties" 
value="@PKG_SYSCONF_DIR@/sso.properties"/>
     </bean>
 
     <bean 
class="org.ovirt.jasperreports.querymodifier.CustomOvirtReportsQueryManipulator"
 id="CustomOvirtReportsQueryManipulator">
diff --git a/packaging/legacy-setup/ovirt-engine-reports-setup.py 
b/packaging/legacy-setup/ovirt-engine-reports-setup.py
index 976e9c9..48bc041 100755
--- a/packaging/legacy-setup/ovirt-engine-reports-setup.py
+++ b/packaging/legacy-setup/ovirt-engine-reports-setup.py
@@ -950,7 +950,7 @@
     shutil.rmtree(savedRepoDir)
 
 def configureSSO():
-    with open(os.path.join(DIR_REPORTS_CONFIG, 'authentication.properties'), 
'w') as f:
+    with open(os.path.join(DIR_REPORTS_CONFIG, 'sso.properties'), 'w') as f:
         f.write(
             'sslInsecure = true\n'
             'getSessionUserGetSessionUserServletURL = 
https://localhost/ovirt-engine/services/get-session-user\n'


-- 
To view, visit http://gerrit.ovirt.org/23783
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia481911dcd2111dad054ca3bad8b1eef996ff695
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to