diff --git a/devstack/settings.py b/devstack/settings.py index 81cb88a8..9c62fb0a 100644 --- a/devstack/settings.py +++ b/devstack/settings.py @@ -90,6 +90,6 @@ ACTIONS = [INSTALL, UNINSTALL, START, STOP] # Where the configs and templates should be at. STACK_BIN_DIR = os.path.abspath(os.path.dirname(sys.argv[0])) STACK_CONFIG_DIR = os.path.join(STACK_BIN_DIR, "conf") -STACK_DISTRO_DIR = os.path.join(STACK_BIN_DIR, "distros") +STACK_DISTRO_DIR = os.path.join(STACK_CONFIG_DIR, "distros") STACK_TEMPLATE_DIR = os.path.join(STACK_CONFIG_DIR, "templates") STACK_CONFIG_LOCATION = os.path.join(STACK_CONFIG_DIR, "stack.ini")