diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-12-27 17:01:06 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-12-27 17:01:06 +0800 |
commit | 3c5a175409107e58a1c464bd05f66ae1a77da664 (patch) | |
tree | db20ecdf2ed0ddf8326deade9d63dbe3fb7115f7 | |
parent | bd847993c084f2d29de099c4b0e33a3d2e8de03e (diff) |
BugFix: correct Copyright info in openstack_utils.py
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 <lvjing5@huawei.com>
-rw-r--r-- | yardstick/common/openstack_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |