From 3c5a175409107e58a1c464bd05f66ae1a77da664 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 27 Dec 2016 17:01:06 +0800 Subject: BugFix: correct Copyright info in openstack_utils.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA:YARDSTICK-513 the copyright info in openstack_utils.py is not accurate. (yardstick: this file is copied from rally and slightly modified) this line should be deleted. Change-Id: I6cf8205ee6b142ae87b268829e5ac7454239dd0d Signed-off-by: JingLu5 --- yardstick/common/openstack_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yardstick') diff --git a/yardstick/common/openstack_utils.py b/yardstick/common/openstack_utils.py index 25dcffadd..d8dc61ef6 100644 --- a/yardstick/common/openstack_utils.py +++ b/yardstick/common/openstack_utils.py @@ -5,7 +5,6 @@ # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -# yardstick: this file is copied from rally and slightly modified ############################################################################## import os -- cgit 1.2.3-korg