From b4b8dcf9e5961a47a8c6047ce181b0e1f3d2f321 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 26 May 2016 13:41:50 +1000 Subject: [PATCH] Remove forked bandersnatch The changes required for hashed index are now in 1.11 release. The default is for puppet-bandersnatch to use pip installation, which will get the lastest. Additionally, this fixes the issues with canonical names which were worked around in Ic4acf4c1d4e78d2524ea49356c61916947fd9a3d and I72bbdd4af7200f8565d7c6b7fa6d3f268c783b24 (we will revert these in follow-on Ia06cb56b510e2ac5fa232323f97db1b1b18a4519) [1] https://pypi.python.org/pypi/bandersnatch Change-Id: I2b5822a7383b8f2f49958c8268453333dabe52cc --- modules/openstack_project/manifests/mirror_update.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/openstack_project/manifests/mirror_update.pp b/modules/openstack_project/manifests/mirror_update.pp index 568e44037a..31adc585a0 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -22,9 +22,7 @@ class openstack_project::mirror_update ( uri_rewrite => $uri_rewrite, } - class { 'bandersnatch': - bandersnatch_source => 'https://bitbucket.org/jeblair/bandersnatch', - } + class { 'bandersnatch': } class { 'bandersnatch::mirror': mirror_root => '/afs/.openstack.org/mirror/pypi',