From: Zack Cerza Date: Thu, 20 Feb 2014 17:01:58 +0000 (-0600) Subject: Move external docs URLs X-Git-Tag: 1.1.0~1646^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=830748a64af27a52a3a7589cbec43b1818607715;p=teuthology.git Move external docs URLs Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/devstack.py b/teuthology/task/devstack.py index acd05b11e..1e6033c31 100644 --- a/teuthology/task/devstack.py +++ b/teuthology/task/devstack.py @@ -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 = {}