Merge "Install python-keystonemiddleware for Ubuntu"

This commit is contained in:
Zuul 2019-02-13 14:20:40 +00:00 committed by Gerrit Code Review
commit f46adfb5e3
1 changed files with 7 additions and 0 deletions

View File

@ -136,5 +136,12 @@ class openstack_integration::repos {
ensure => 'present',
}
Apt::Source<||> -> Package['python3-websockify']
# NOTE(tobias-urdin): Remove this when Ubuntu 18.04 bionic-updates swift
# packages properly depends on python-keystonemiddleware (swift is still py2).
package { 'python-keystonemiddleware':
ensure => 'present',
}
Apt::Source<||> -> Package['python-keystonemiddleware']
}
}