diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-06-09 11:31:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-06-09 11:31:59 +0000 |
| commit | 46765b104dc58b8d58213771896f9e3cb253fc68 (patch) | |
| tree | 71a2a5a83c490e95fef608d6689895dec7943973 /devstack/lib/osprofiler | |
| parent | b68dbf738195923e5e09e14f717e219534f6e388 (diff) | |
| parent | ce64d7d9baa5ad83bb8e10b4409b8753a7c0fef5 (diff) | |
| download | osprofiler-1.10.0.tar.gz | |
Merge "Cleanup code of DevStack plugin"1.10.0
Diffstat (limited to 'devstack/lib/osprofiler')
| -rw-r--r-- | devstack/lib/osprofiler | 10 |
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 |
