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: I9a2f8962e303ff96415591b6791a46b002b84e92
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-07 23:56:00 -05:00
parent a3a33a030a
commit 4746f69e87
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ watcher_requires_pip_packages:
# Common pip packages
watcher_pip_packages:
- cryptography
- osprofiler
- python-watcherclient
- PyMySQL
- python-memcached