From 610153f5af50f5fb4eb7ff96700c194675ad2ccd Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:54:13 -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: Ib058bc3dc6e97871f9c3a177c7f7dec48709ec3f 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 dec7936..ef1f48e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -103,6 +103,7 @@ cloudkitty_pip_packages: - cloudkitty - cryptography - msgpack-python + - osprofiler - PyMySQL - python-memcached - SQLAlchemy>=1.0.10