From 7153c2be456084dfdd7cc346d62a6eb0fcaa2a31 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 20 Sep 2013 14:01:07 -0500 Subject: [PATCH] Add doc noting Inktank's lockserver URL Since I just removed it from lockstatus.py. --- teuthology/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teuthology/config.py b/teuthology/config.py index 24e466f5b8..8757949af7 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -25,6 +25,11 @@ class _Config(object): # docstring. @property def lock_server(self): + """ + The URL to your lock server. For example, Inktank uses: + + http://teuthology.front.sepia.ceph.com/locker/lock + """ return self.__conf.get('lock_server') # This takes care of any and all of the rest. -- 2.39.5