Task #2245
closedReplace all old settings file usage with the new settings file and delete the old one
100%
Description
The old settings file is: pulp.server.webservices.settings
The new settings file is: pulp.platform.settings
This string is set in the many places that need to know how Django is configured including: the celery workers, httpd, the test runner, celerybeat, vagrant, constants files, etc.
The 3.0-dev branch currently has mixed usage of the settings files. Everything should be moved to the new settings files. The old one can be deleted also.
Related issues
Updated by mhrivnak about 8 years ago
- Sprint/Milestone set to 26
- Groomed changed from No to Yes
Looks good to me.
I'm adding it to the sprint because it blocks another task that's already on the sprint.
Updated by mhrivnak about 8 years ago
- Blocks Refactor #2154: Convert task system to use django models added
Updated by jortel@redhat.com about 8 years ago
- Sprint/Milestone changed from 27 to 28
Added by bizhang about 8 years ago
Updated by bizhang about 8 years ago
- Status changed from ASSIGNED to POST
There's nothing in the old settings file to migrate over. And nothing in pulp3 that references the old settings, so I just deleted it.
Updated by bizhang about 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|9803014bbabdde7215764766f3a67a11056e1d1a.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Delete old settings file
closes #2245 https://pulp.plan.io/issues/2245