From 07a3dec681774c9418781d5ebed23df1f3b4262b Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 2 Dec 2014 12:33:11 +0300 Subject: [PATCH] Fix bandersnatch config after using region local mirrors Now we have access logs with region name in the file name. Change-Id: If015bdd11e46db689382e44d31c08ccb55f63ebc --- modules/openstack_project/files/bandersnatch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/bandersnatch.conf b/modules/openstack_project/files/bandersnatch.conf index bbef5ac1d1..ed6d6f0b6b 100644 --- a/modules/openstack_project/files/bandersnatch.conf +++ b/modules/openstack_project/files/bandersnatch.conf @@ -34,6 +34,6 @@ delete-packages = true [statistics] ; A glob pattern matching all access log files that should be processed to ; generate daily access statistics that will be aggregated on the master PyPI. -access-log-pattern = /var/log/apache2/pypi.openstack.org_access.* +access-log-pattern = /var/log/apache2/pypi.*openstack.org_access.* ; vim: set ft=cfg: