Task #4275
closedRemove settings.py
100%
Description
Pulp has two settings.py which duplicates the settings we need to maintain. This leads to out-of-date settings defaults where the commented value (the default is wrong). You can see the two here:
pulpcore/app/settings.py <--- the real settings file we should keep
pulpcore/etc/pulp/settings.py <----- the regularly out of date one with nothing but comments we should delete
It's valuable to clearly show defaults to users but this file isn't the best way.
Updated by amacdona@redhat.com almost 6 years ago
- Related to Story #3721: As a role user, server.yml behaviors are sane added
Updated by amacdona@redhat.com almost 6 years ago
- Related to deleted (Story #3721: As a role user, server.yml behaviors are sane)
Updated by amacdona@redhat.com almost 6 years ago
I initially added a relationship to https://pulp.plan.io/issues/3721 but the ansible installer is actually templating the whole settings file at the moment, so this change should not actually change anything for the installer afaict.
Updated by amacdona@redhat.com almost 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by CodeHeeler almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
Added by CodeHeeler almost 6 years ago
Added by CodeHeeler almost 6 years ago
Revision 8f3629e7 | View on GitHub
Remove out of date settings.py
Fully commented out and regularly out of date, removed. True file located at pulpcore/app/settings.py
Updated by CodeHeeler almost 6 years ago
Updated by CodeHeeler almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|8f3629e7d20ea087fbbba4384ba2dd535f2a1f5e.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Remove out of date settings.py
Fully commented out and regularly out of date, removed. True file located at pulpcore/app/settings.py
fixes #4275 https://pulp.plan.io/issues/4275