.conf files cleanup
authorKostas Papadimitriou <kpap@grnet.gr>
Fri, 14 Jun 2013 13:36:55 +0000 (16:36 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Fri, 14 Jun 2013 13:36:55 +0000 (16:36 +0300)
- remove deprecated setting ``PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE``
- remove ``PITHOS_UI_LOGIN_URL``, ``PITHOS_UI_FEEDBACK_URL``. Settings are
  dynamically computed based on ``ASTAKOS_BASE_URL`` setting.

snf-pithos-webclient/conf/20-snf-pithos-webclient-cloudbar.conf
snf-pithos-webclient/conf/20-snf-pithos-webclient-settings.conf

index 4d89a41..079712f 100644 (file)
@@ -4,6 +4,3 @@
 #CLOUDBAR_COOKIE_NAME = '_pithos2_a'
 #CLOUDBAR_SERVICES_URL = 'https://accounts.okeanos.grnet.gr/im/get_services'
 #CLOUDBAR_MENU_URL = 'https://accounts.okeanos.grnet.gr/im/get_menu'
-
-#PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE = 'cloud'
-
index e148dfb..109b2bf 100644 (file)
@@ -1,10 +1,3 @@
-# loginUrl MUST end at "next=". You should not give the value of the next
-# parameter. It will be determined automatically
-#PITHOS_UI_LOGIN_URL = "https://accounts.okeanos.grnet.gr/im/login?next="
-
-# Feedback url
-#PITHOS_UI_FEEDBACK_URL = "https://accounts.okeanos.grnet.gr/im/feedback"
-
 # Cookie name to check if user is authenticated, this should match your astakos
 # deployment cookie name
 #PITHOS_UI_AUTH_COOKIE_NAME = "_pithos2_a"