]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add doc noting Inktank's lockserver URL
authorZack Cerza <zack@cerza.org>
Fri, 20 Sep 2013 19:01:07 +0000 (14:01 -0500)
committerZack Cerza <zack@cerza.org>
Fri, 20 Sep 2013 19:01:07 +0000 (14:01 -0500)
Since I just removed it from lockstatus.py.

teuthology/config.py

index 24e466f5b8dded2f2bac5ae67aaf87b18755222b..8757949af77acdf4251126f741f3f04f63cb9036 100644 (file)
@@ -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.