From a51c6602e3ae14db49ef784f0ec3bfe754ac0904 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 19 Jul 2016 13:29:24 -0700 Subject: [PATCH] Remove old ceph apt sources config We have successfully migrated the devstack-plugin-ceph repo over to using the opt in apt sources list for ceph mirroring. They were the consumer of this so we can remove having it installed by default now. Change-Id: Ibb3f906e673aa86ad1222e52d3a1c96104b0a00c --- nodepool/scripts/configure_mirror.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodepool/scripts/configure_mirror.sh b/nodepool/scripts/configure_mirror.sh index 6a2b6d78a3..01c4b433fc 100755 --- a/nodepool/scripts/configure_mirror.sh +++ b/nodepool/scripts/configure_mirror.sh @@ -81,10 +81,6 @@ deb $NODEPOOL_CEPH_MIRROR $LSBDISTCODENAME main EOF sudo dd of=/etc/apt/sources.list.available.d/ubuntu-cloud-archive.list <