[Pkg-ganeti-devel] [ganeti] 73/165: Add a Python constant for the MetaD's socket

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Aug 11 13:53:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository ganeti.

commit cde44ac2aaf259a0ae5199b2525082febaa935e5
Author: Petr Pudlak <pudlak at google.com>
Date:   Mon Mar 2 17:32:16 2015 +0100

    Add a Python constant for the MetaD's socket
    
    Signed-off-by: Petr Pudlak <pudlak at google.com>
    Reviewed-by: Klaus Aehlig <aehlig at google.com>
---
 lib/pathutils.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/pathutils.py b/lib/pathutils.py
index ea35bcb..229cc36 100644
--- a/lib/pathutils.py
+++ b/lib/pathutils.py
@@ -156,6 +156,8 @@ MASTER_SOCKET = SOCKET_DIR + "/ganeti-master"
 QUERY_SOCKET = SOCKET_DIR + "/ganeti-query"
 #: WConfD socket
 WCONFD_SOCKET = SOCKET_DIR + "/ganeti-wconfd"
+#: Metad socket
+METAD_SOCKET = SOCKET_DIR + "/ganeti-metad"
 
 LOG_OS_DIR = LOG_DIR + "/os"
 LOG_ES_DIR = LOG_DIR + "/extstorage"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list