]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Move external docs URLs
authorZack Cerza <zack@cerza.org>
Thu, 20 Feb 2014 17:01:58 +0000 (11:01 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 20 Feb 2014 23:46:09 +0000 (17:46 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/devstack.py

index acd05b11e97e5adafe060c310030c3e4ab975849..1e6033c31965cbe02f36d033a6d9ff466742f1f8 100644 (file)
@@ -10,10 +10,6 @@ from ..orchestra import run
 from .. import misc
 from ..contextutil import nested
 
-"""
-https://github.com/openstack-dev/devstack/blob/master/README.md
-http://ceph.com/docs/master/rbd/rbd-openstack/
-"""
 log = logging.getLogger(__name__)
 
 DEVSTACK_GIT_REPO = 'https://github.com/openstack-dev/devstack.git'
@@ -53,6 +49,10 @@ def install(ctx, config):
 
     downburst:
         ram: 4G
+
+    This was created using documentation found here:
+        https://github.com/openstack-dev/devstack/blob/master/README.md
+        http://ceph.com/docs/master/rbd/rbd-openstack/
     """
     if config is None:
         config = {}