]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Also purges logging.conf
authorThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 17:14:59 +0000 (01:14 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 17:14:59 +0000 (01:14 +0800)
Rewritten-From: 2af8cf981a6aaa8f5c5599e91a98378170ee2cba

xenial/debian/cinder-common.postrm

index 3dea78bd8837dbaed00abe70779b03758eb5f925..091fa285842a1eb8a21732c43ba5856e851628fb 100644 (file)
@@ -21,7 +21,7 @@ if [ "$1" = "purge" ] && [ -f /usr/share/debconf/confmodule ] ; then
                fi
        fi
 
-       rm -f /etc/cinder/cinder.conf /etc/cinder/api-paste.ini
+       rm -f /etc/cinder/cinder.conf /etc/cinder/api-paste.ini /etc/cinder/logging.conf
        rmdir --ignore-fail-on-non-empty /etc/cinder
        rm -f /etc/default/cinder-common
        rm -rf /var/lib/cinder /var/log/cinder