From 781eb32d8f4ffbbc561e72a43967a007932ed10d Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:26:09 -0500 Subject: [PATCH] Add packages required for osprofiler The following packages are required in-order to run osprofiler. these packages will provide deployers the ability to profile a service on demand should they choose to enable the profile functionality. Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9 Change-Id: If9670a75a05b50a8afe4986f01cebd57a963cf17 Signed-off-by: Kevin Carter --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 9d265a2f..46b6f459 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -237,6 +237,7 @@ glance_pip_packages: - glance - keystonemiddleware - os-brick + - osprofiler - PyMySQL - python-cinderclient - python-glanceclient