From 8fbf8f16d5ba739b20c9bc10c78c7a182637f775 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 10 Jul 2018 14:50:38 -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: Ieef90c80f4a808ff5f308cf5693b7b9bf6377e79 Signed-off-by: Kevin Carter --- vars/source_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/source_install.yml b/vars/source_install.yml index 63ae9402..a6dab4bc 100644 --- a/vars/source_install.yml +++ b/vars/source_install.yml @@ -54,6 +54,7 @@ neutron_pip_packages: - configobj - cryptography - keystonemiddleware + - osprofiler - PyMySQL - neutron - python-glanceclient