summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apex/builders/undercloud_builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/builders/undercloud_builder.py b/apex/builders/undercloud_builder.py
index ec75f3dc..d9e23337 100644
--- a/apex/builders/undercloud_builder.py
+++ b/apex/builders/undercloud_builder.py
@@ -70,6 +70,7 @@ def update_repos(image, branch):
{con.VIRT_RUN_CMD: "yum-config-manager --add-repo "
"https://trunk.rdoproject.org/centos7/{}"
"/delorean.repo".format(con.RDO_TAG)},
+ {con.VIRT_RUN_CMD: "yum clean all"},
{con.VIRT_INSTALL: "python2-tripleo-repos"},
{con.VIRT_RUN_CMD: "tripleo-repos -b {} {} ceph".format(branch,
con.RDO_TAG)}