From 476b8ae0654535129f22fbabffdecd4bdb717028 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:20:47 -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. Change-Id: I5d62b71ab7a94f994dd4e0f9fa7fc600543433c2 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 478941cf..41ff81f4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -135,6 +135,7 @@ ceilometer_pip_packages: - cryptography - gnocchiclient - libvirt-python + - osprofiler - PyMySQL - pymongo - python-ceilometerclient