diff --git a/modules/openstack_project/manifests/mirror_update.pp b/modules/openstack_project/manifests/mirror_update.pp index 8bfda0a55d..bffd492d6f 100644 --- a/modules/openstack_project/manifests/mirror_update.pp +++ b/modules/openstack_project/manifests/mirror_update.pp @@ -126,7 +126,7 @@ class openstack_project::mirror_update ( basedir => '/afs/.openstack.org/mirror/debian', distributions => 'openstack_project/reprepro/distributions.debian.erb', updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates', - releases => ['jessie', 'stretch'], + releases => ['stretch'], } cron { 'reprepro debian': @@ -246,7 +246,7 @@ class openstack_project::mirror_update ( basedir => '/afs/.openstack.org/mirror/ceph-deb-jewel', distributions => 'openstack_project/reprepro/distributions.debian-ceph-jewel.erb', updates_file => 'puppet:///modules/openstack_project/reprepro/debian-ceph-jewel-updates', - releases => ['jessie', 'trusty', 'xenial'], + releases => ['trusty', 'xenial'], } cron { 'reprepro debian ceph jewel':