From: Zack Cerza Date: Fri, 20 Sep 2013 19:01:07 +0000 (-0500) Subject: Add doc noting Inktank's lockserver URL X-Git-Tag: 1.1.0~1860^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7153c2be456084dfdd7cc346d62a6eb0fcaa2a31;p=teuthology.git Add doc noting Inktank's lockserver URL Since I just removed it from lockstatus.py. --- diff --git a/teuthology/config.py b/teuthology/config.py index 24e466f5b..8757949af 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.