Actions
Issue #5341
closedinstaller translates pulp settings values for 'False' as 'false'
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 60
Quarter:
Description
The migration tooling has you set various values for installation:
https://github.com/pulp/pulp-2to3-migrate
For example:
PULP2_MONGODB:
name: "pulp_database"
seeds: "localhost:27017"
ssl: False
However when this gets generated to the settings file, it renders it as 'false':
PULP2_MONGODB = {"name": "pulp_database", "seeds": "localhost:27017", "ssl": false}
which python does not understand at all.
Updated by jsherril@redhat.com about 5 years ago
- Tags Katello-P2 added
- Tags deleted (
Katello-P3, Pulp 3 installer)
Updated by jsherril@redhat.com about 5 years ago
- Subject changed from installer translates 'False' as false to installer translates pulp settings values for 'False' as 'false'
Updated by amacdona@redhat.com about 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 58
Added by dkliban@redhat.com about 5 years ago
Added by dkliban@redhat.com about 5 years ago
Revision 717cfe51 | View on GitHub
Capitalize boolean settings in settings.py
Updated by dkliban@redhat.com about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Updated by dkliban@redhat.com about 5 years ago
- Status changed from ASSIGNED to POST
Updated by dkliban@redhat.com about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp3|717cfe519ea00d4d8605651a8c949ea1f157bfc3.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Actions
Capitalize boolean settings in settings.py
fixes: #5341 https://pulp.plan.io/issues/5341