Merge "purge repo file when unstacking"

This commit is contained in:
Jenkins 2016-08-18 16:13:07 +00:00 committed by Gerrit Code Review
commit 621c1474ff
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ function cleanup_ceph_embedded {
# purge ceph config file and keys
sudo rm -rf ${CEPH_CONF_DIR}/*
# purge repo
sudo apt-add-repository --remove "$APT_REPOSITORY_ENTRY"
}
function cleanup_ceph_general {