From e04eeee4f42825040027a4eb1357f1f1659fb69a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 5 Sep 2014 13:20:14 -0700 Subject: [PATCH] Remove pypi mirror from static.openstack.org We have geo-dispersed mirrors now. The central one is not useful. Change-Id: I0a3cf89b567bb5984da6a3c0e38033dbc20c64c2 --- modules/openstack_project/manifests/static.pp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index ddf0df8652..04b1458095 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -202,16 +202,6 @@ class openstack_project::static ( require => File['/srv/static/docs-draft'], } - class { 'openstack_project::pypi_mirror': - vhost_name => 'pypi.openstack.org', - } - - # Legacy pypi mirror - file { '/srv/static/mirror/web/openstack': - ensure => absent, - force => true, - } - ########################################################### # Specs