From 5957fd2a0c6667d870132d286673ef0f4ec2e6cd Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:28:24 -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: I2719ea6fcb2532fec771ec2316f2d761c9ceccad 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 893993d..2a58d3b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -191,6 +191,7 @@ heat_pip_packages: - cryptography - heat - keystonemiddleware + - osprofiler - PyMySQL - python-ceilometerclient - python-cinderclient