Update Path of shipyard.conf to align with DryDock

This commit is contained in:
eanylin 2017-06-30 20:11:28 +00:00
parent 824f2f1da4
commit 809bf55184
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 will be /home/shipyard/shipyard.conf
path = '/home/shipyard/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):