Upgrade python2-urllib3 on CentOS

I've run into this issue on systems that already have python2-urllib3
installed, but it's older than what gets installed from the RDO
repository and breaks the db sync for keystone. By adding it here, that
will ensure it's always upgraded before we try running db sync.

Change-Id: If876315001c8136fad654d7408ec9f656ef48775
This commit is contained in:
Lance Albertson 2020-01-22 15:56:22 -08:00
parent e6d377db3e
commit 21255e36b4
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ when 'fedora', 'rhel' # :pragma-foodcritic: ~FC024 - won't fix this
# platform specific package and service name options
default['openstack']['identity']['platform'] = {
'memcache_python_packages' => ['python-memcached'],
'keystone_packages' => ['openstack-keystone', 'openstack-selinux'],
'keystone_packages' => ['openstack-keystone', 'openstack-selinux', 'python2-urllib3'],
'keystone_service' => 'openstack-keystone',
'keystone_process_name' => 'keystone-all',
'package_options' => '',