Pin keyring to 18.0.1

keyring 19.0.0 only supports python3. While we should obviously
get things updated, we're going to need to unwind some things
to do that.

Change-Id: I2ae4fe3f43e5e0e606a58f58a4f6e2bafd3a3930
This commit is contained in:
Monty Taylor 2019-05-09 16:09:39 +00:00
parent 05d6bd00bf
commit b42b3d4e5b
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class openstackci::logserver (
}
package { 'keyring':
ensure => 'latest',
ensure => '18.0.1',
provider => 'openstack_pip',
require => [Package['libdbus-1-dev'], Package['libdbus-glib-1-dev'], Package['build-essential'], Package['python-dev'], Package['libffi-dev'], Package['libssl-dev']],
}