Include python*-tripleoclient from delorean.repo

Now that tripleoclient is packaged as python2-tripleoclient for python
v2, we need to make sure we are including the latest version by using a
wildcard in the package name. Otherwise, the version of
python2-tripleoclient that ends up getting installed could be too old to
work with other versions of tripleo packages from latest delorean.

Change-Id: Ie3138801eb2e9f1c07afacbbc48d8fb3a937bcac
Closes-Bug: #1820111
This commit is contained in:
James Slagle 2019-03-14 15:13:38 -04:00
parent 8f0397e37d
commit 5609d2e3ae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PRIORITY_RE = re.compile('priority=\\d+')
# Packages to be included from delorean-current when using current-tripleo
INCLUDE_PKGS = ('includepkgs=instack,instack-undercloud,'
'os-apply-config,os-collect-config,os-net-config,'
'os-refresh-config,python-tripleoclient,'
'os-refresh-config,python*-tripleoclient,'
'openstack-tripleo-*,openstack-puppet-modules,'
'puppet-*,python*-tripleo-common,python*-paunch*')
DEFAULT_OUTPUT_PATH = '/etc/yum.repos.d'