From 1c7022dd72a7cd15d36be3d7428039b29919b70b Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:45:45 -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: I4df8f1a83b09eba3ce35d88373c392a1715ccad4 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 7e34e34..bb980e8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -196,6 +196,7 @@ trove_pip_packages: - cryptography - MySQL-python - os-client-config + - osprofiler - pexpect - PyMySQL - python-troveclient