From 988da36ee10ce1a155acb0e32c1839762b2bee22 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 13 Aug 2012 18:40:11 +0200 Subject: [PATCH] Add new definition for query socket This is not used yet, but is helpful when developing the Luxi endpoint for hconfd. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Agata Murawska <agatamurawska@google.com> --- lib/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/constants.py b/lib/constants.py index 7e4f599ea..1646a04c9 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -201,7 +201,10 @@ ALL_CERT_FILES = frozenset([ SPICE_CACERT_FILE, ]) +#: LUXI socket used for job execution MASTER_SOCKET = SOCKET_DIR + "/ganeti-master" +#: LUXI socket used for queries only +QUERY_SOCKET = SOCKET_DIR + "/ganeti-query" NODED = "ganeti-noded" CONFD = "ganeti-confd" -- GitLab