summaryrefslogtreecommitdiff
path: root/devstack/lib
diff options
context:
space:
mode:
authorIlya Shakhat <shakhat@gmail.com>2017-06-08 16:53:56 +0200
committerIlya Shakhat <shakhat@gmail.com>2017-06-08 16:55:19 +0200
commitce64d7d9baa5ad83bb8e10b4409b8753a7c0fef5 (patch)
treef3ed6bbee18a049327122002fea553580738eef4 /devstack/lib
parentb5eac4316187366b4e483fc532cdc07ac189e984 (diff)
downloadosprofiler-ce64d7d9baa5ad83bb8e10b4409b8753a7c0fef5.tar.gz
Cleanup code of DevStack plugin
Change-Id: I798e56d5779705ce0a5ec7889af688fac8016d5e
Diffstat (limited to 'devstack/lib')
-rw-r--r--devstack/lib/osprofiler10
1 files changed, 2 insertions, 8 deletions
diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler
index f965598..5a5e72f 100644
--- a/devstack/lib/osprofiler
+++ b/devstack/lib/osprofiler
@@ -1,5 +1,5 @@
-# lib/rally
-# Functions to control the configuration and operation of the **Rally**
+# lib/osprofiler
+# Functions to control the configuration and operation of the **osprofiler**
# Dependencies:
#
@@ -62,12 +62,6 @@ function configure_osprofiler() {
}
-# init_rally() - Initialize databases, etc.
-function init_osprofiler() {
-
- echo "Do nothing here for now"
-}
-
# Restore xtrace
$XTRACE