Update shipyard.conf Path

This commit is contained in:
eanylin 2017-06-20 21:53:55 +00:00
parent 6743c9912f
commit 824f2f1da4
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ class BaseResource(object):
def retrieve_config(self, section="", data=""): def retrieve_config(self, section="", data=""):
# The current assumption is that shipyard.conf will be placed in a fixed path # The current assumption is that shipyard.conf will be placed in a fixed path
# within the shipyard container - Path TBD # within the shipyard container - Path will be /home/shipyard/shipyard.conf
path = '/home/ubuntu/att-comdev/shipyard/shipyard_airflow/control/shipyard.conf' path = '/home/shipyard/shipyard.conf'
# Check that shipyard.conf exists # Check that shipyard.conf exists
if os.path.isfile(path): if os.path.isfile(path):