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
This commit is contained in:
Clark Boylan 2016-07-19 13:29:24 -07:00
parent 76ccdc1f54
commit a51c6602e3
1 changed files with 0 additions and 4 deletions

View File

@ -81,10 +81,6 @@ deb $NODEPOOL_CEPH_MIRROR $LSBDISTCODENAME main
EOF
sudo dd of=/etc/apt/sources.list.available.d/ubuntu-cloud-archive.list <<EOF
deb $NODEPOOL_UCA_MIRROR $LSBDISTCODENAME-updates main
EOF
# Keep this for backward compat until devstack ceph plugin is updated
sudo dd of=/etc/apt/sources.list.d/ceph-deb-hammer.list <<EOF
deb $NODEPOOL_CEPH_MIRROR $LSBDISTCODENAME main
EOF
if [ "$LSBDISTCODENAME" != 'precise' ] ; then