Merge pull request #6 from eanylin/update_path

Update path
This commit is contained in:
Mark Burnett 2017-06-30 15:47:36 -05:00 committed by GitHub
commit 49218c0ebc
1 changed files with 2 additions and 3 deletions

View File

@ -60,9 +60,8 @@ class BaseResource(object):
# Get Config Data
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'
# Shipyard config will be located at /etc/shipyard/shipyard.conf
path = '/etc/shipyard/shipyard.conf'
# Check that shipyard.conf exists
if os.path.isfile(path):