From: Klaus Aehlig Date: Wed, 2 Oct 2013 07:06:36 +0000 (+0200) Subject: Provide path to ensure-dirs in pathutils X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/7a9dbd61cf019d5257b6d52dfcde73ea6003876b Provide path to ensure-dirs in pathutils Signed-off-by: Klaus Aehlig Reviewed-by: Jose Lopes --- diff --git a/lib/pathutils.py b/lib/pathutils.py index 669e27d..8731f93 100644 --- a/lib/pathutils.py +++ b/lib/pathutils.py @@ -53,6 +53,7 @@ PREPARE_NODE_JOIN = _constants.PKGLIBDIR + "/prepare-node-join" NODE_DAEMON_SETUP = _constants.PKGLIBDIR + "/node-daemon-setup" XEN_CONSOLE_WRAPPER = _constants.PKGLIBDIR + "/tools/xen-console-wrapper" CFGUPGRADE = _constants.PKGLIBDIR + "/tools/cfgupgrade" +ENSURE_DIRS = _constants.PKGLIBDIR + "/ensure-dirs" ETC_HOSTS = vcluster.ETC_HOSTS # Top-level paths