Merge "Fix distro installs on Ubuntu"

This commit is contained in:
Zuul 2019-06-18 21:55:50 +00:00 committed by Gerrit Code Review
commit ba8dfaf1f6
2 changed files with 4 additions and 6 deletions

View File

@ -7,6 +7,6 @@ lazy = true
vacuum = true
no-default-app = true
memory-report = true
plugins = python
plugins = {{ (barbican_install_method == 'distro' and (ansible_os_family | lower) == 'debian') | ternary('python3', 'python') }}
paste = config:/etc/barbican/barbican-api-paste.ini
add-header = Connection: close

View File

@ -28,14 +28,12 @@ barbican_devel_distro_packages:
- python-dev
barbican_service_distro_packages:
- barbican-api
- barbican-keystone-listener
- barbican-worker
- python-pymysql # needed by /usr/bin/barbican-manage db upgrade.
- python3-barbican
- python3-pymysql # needed by /usr/bin/barbican-manage db upgrade.
- python-systemd
- python3-systemd
- uwsgi
- uwsgi-plugin-python
- uwsgi-plugin-python3
barbican_oslomsg_amqp1_distro_packages:
- libsasl2-modules