From 6175ff1e8df8a7cf5bf7f397d45fa6812a8aad58 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:41:22 -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: If60f98fc069c040680f58658aacc63a156c4317f 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 84bc4c2b..c3459b73 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -327,6 +327,7 @@ swift_pip_packages: - dnspython - ecdsa - keystonemiddleware + - osprofiler - pyeclib - python-keystoneclient - python-memcached