From 830748a64af27a52a3a7589cbec43b1818607715 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 20 Feb 2014 11:01:58 -0600 Subject: [PATCH] Move external docs URLs Signed-off-by: Zack Cerza --- teuthology/task/devstack.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {} -- 2.47.3