You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/09/01 13:58:22 UTC

[airavata] branch master updated: AIRAVATA-3503 Removing no longer needed settings

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 97dfd41  AIRAVATA-3503 Removing no longer needed settings
97dfd41 is described below

commit 97dfd4180226852f897a16d2bd76cec3053e65ac
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Sep 1 09:57:49 2021 -0400

    AIRAVATA-3503 Removing no longer needed settings
---
 dev-tools/ansible/roles/django/templates/settings_local.py.j2 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-tools/ansible/roles/django/templates/settings_local.py.j2 b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
index 4e2a662..5fc1d1f 100644
--- a/dev-tools/ansible/roles/django/templates/settings_local.py.j2
+++ b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
@@ -121,11 +121,6 @@ AIRAVATA_API_PORT = {{ api_server_port }}
 AIRAVATA_API_SECURE = False
 {% endif %}
 
-# FIXME: just for backwards compatibility, can be removed once these are no longer referenced in airavata-django-portal
-GATEWAY_DATA_STORE_RESOURCE_ID = '{{ gateway_data_store_resource_id }}'
-GATEWAY_DATA_STORE_DIR = '{{ experiment_data_dir }}'
-GATEWAY_DATA_STORE_HOSTNAME = '{{ gateway_data_store_hostname }}'
-
 USER_STORAGES = {
     'default': {
         'BACKEND': 'airavata_django_portal_sdk.user_storage.backends.DjangoFileSystemProvider',