From 6991d76c64518627fd18283058e8f728bc4f37e5 Mon Sep 17 00:00:00 2001 From: Saku Chydenius Date: Tue, 21 May 2019 09:51:15 +0300 Subject: [PATCH] Keep python-pbr version in sync with DIB The CentOS cloud repository provides diskimage-builder and python2-pbr versions that work well together. If latest python2-pbr is taken from the EPEL repository the diskimage-builder will fail during post-install.d/80-ironic-agent as follows: + systemctl enable openstack-ironic-python-agent.service Operation failed: No such file or directory Signed-off-by: Saku Chydenius Change-Id: Ic21a8a1b268a2f00c8515c0472f88e4cea16d6c8 --- build_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_config.ini b/build_config.ini index 070bdec..43d4242 100644 --- a/build_config.ini +++ b/build_config.ini @@ -34,7 +34,7 @@ extras=%(centos_reposnap)s/extras/x86_64 [repositories] akraino-ta=%(nexus_url)s/content/repositories/images-snapshots/%(product)s/release-%(product_release)s/rpms/x86_64#priority=10 docker-ce-stable=https://download.docker.com/linux/centos/7/x86_64/stable -epel=https://dl.fedoraproject.org/pub/epel/7/x86_64/#exclude=ansible python2-voluptuous +epel=https://dl.fedoraproject.org/pub/epel/7/x86_64/#exclude=ansible python2-voluptuous python2-pbr centos-base=%(centos_reposnap)s/os/x86_64/ centos-updates=%(centos_reposnap)s/updates/x86_64/ centos-extras=%(centos_reposnap)s/extras/x86_64/#exclude=ansible -- 2.16.6