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: I2e693dfd2a54783607c93449f29cf499f98380f6
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-07 23:38:31 -05:00
parent caa2100206
commit 89f64762dd
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3

View File

@ -134,6 +134,7 @@ octavia_requires_pip_packages:
octavia_pip_packages:
- cryptography
- keystonemiddleware
- osprofiler
- PyMySQL
- python-glanceclient
- python-keystoneclient
@ -415,4 +416,3 @@ octavia_signing_digest: sha256
octavia_octavia_conf_overrides: {}
octavia_api_paste_ini_overrides: {}
octavia_policy_overrides: {}