Bug 1163362
| Summary: | python-django-openstack-auth leaves directory behind on uninstall | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marko Myllynen <myllynen> |
| Component: | python-django-openstack-auth | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0 (RHEL 7) | CC: | ajeain, mrunge, nyechiel, slong, yeylon |
| Target Milestone: | z3 | Keywords: | ZStream |
| Target Release: | 5.0 (RHEL 7) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-django-openstack-auth-1.1.5-3.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-02 15:13:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marko Myllynen
2014-11-12 14:50:27 UTC
thanks for the report, you're right. How to test: # before: rpm -e --nodeps python-django-openstack-auth ls -l /usr/lib/python2.7/site-packages/openstack_auth/ ls -l ls -l /usr/lib/python2.7/site-packages/openstack_auth/locale/ # after the fix yum install python-django-openstack-auth rpm -e --nodeps python-django-openstack-auth ls -l /usr/lib/python2.7/site-packages/openstack_auth/ (should not exist any more) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2014-1929.html |