From 9d75f8393c5b6924c16e200ec46ef60a9f2666a6 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Wed, 30 Mar 2016 20:29:16 +0900 Subject: [PATCH] [cli-ref] Add osprofiler installation for --profile option Change-Id: I9761acb669dacd095e4a4817753f9f911184ac3a --- bin/doc-tools-update-cli-reference | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index b05f6150..217c70f8 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -51,6 +51,9 @@ pip install --upgrade pbr # Cliff can optionally output HTML - if cliff-tablib is installed. pip install --upgrade cliff-tablib +# OSProfiler is an OpenStack cross-project profiling library. +pip install --upgrade osprofiler + if [[ $project == 'gnocchi' ]]; then pip install --upgrade ${project}client else