From d5c832c1f96f0d642ba2f627a71d17d758feadf8 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:17:27 -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: I7ac123678d7fcaf2c4f82ffdc1f3cad3ecfc7281 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 ae84cb0..2876d55 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -120,6 +120,7 @@ aodh_pip_packages: - ceilometermiddleware - cryptography - gnocchiclient + - osprofiler - PyMySQL>=0.6.2 - python-ceilometerclient - python-memcached