From 824f2f1da40869ffb048af32176750670804996b Mon Sep 17 00:00:00 2001 From: eanylin Date: Tue, 20 Jun 2017 21:53:55 +0000 Subject: [PATCH] Update shipyard.conf Path --- shipyard_airflow/control/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shipyard_airflow/control/base.py b/shipyard_airflow/control/base.py index 05912178..07b3f7ce 100644 --- a/shipyard_airflow/control/base.py +++ b/shipyard_airflow/control/base.py @@ -61,8 +61,8 @@ class BaseResource(object): def retrieve_config(self, section="", data=""): # The current assumption is that shipyard.conf will be placed in a fixed path - # within the shipyard container - Path TBD - path = '/home/ubuntu/att-comdev/shipyard/shipyard_airflow/control/shipyard.conf' + # within the shipyard container - Path will be /home/shipyard/shipyard.conf + path = '/home/shipyard/shipyard.conf' # Check that shipyard.conf exists if os.path.isfile(path):