From b54e3f449776e08972eda552960b7c610aa6be1c Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:51:19 -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: I119ab6ab6f57b04fcedba36006d2a04de91cfae3 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 c6eb4cf..f18575c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -226,6 +226,7 @@ zun_requires_pip_packages: [] zun_pip_packages: - kuryr-libnetwork - oslo_rootwrap + - osprofiler - python-memcached - python-zunclient - pymysql