Add dep python-binary-memcached

The dogpile library is attempting to load bmemcached and without the
dependencies the service will throw an excessive amount of errors
when attempting to load the library. To resolve this issue we install
the missing dependency.

* Package install for debian
* Pip install
X no RPM was found so none included in this PR

Change-Id: I6af7f0d643ad09f98120fca9c18063b4fe4d29e9
Signed-off-by: Kevin Carter <kevin@cloudnull.com>
This commit is contained in:
Kevin Carter 2022-11-15 10:39:10 -06:00 committed by Dmitriy Rabotyagov
parent 9bbb133267
commit 07e7d0f079
2 changed files with 2 additions and 2 deletions

View File

@ -76,6 +76,7 @@ neutron_devel_distro_packages:
- python3-httplib2
neutron_service_distro_packages:
- python3-binary-memcached
- python3-memcache
- python3-neutron
- python3-systemd

View File

@ -35,8 +35,7 @@ neutron_pip_packages:
- "git+{{ neutron_git_repo }}@{{ neutron_git_install_branch }}#egg=neutron"
- osprofiler
- PyMySQL
- pymemcache
- python-memcached
- oslo.cache[dogpile]
- systemd-python
# Specific pip packages provided by the user