Actions
Bug #28720
closedconfigure pulp3 to talk to mongo for content migrations
Difficulty:
Triaged:
No
Description
/etc/pulp/settings.py needs:
PULP2_MONGODB = {"name": "pulp_database", "seeds": "localhost:27017", "ssl": False}
for the pulp2to3 migration to be able to talk to mongo
Updated by William Clark about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|f58efc0f6330965028d181ed09282f02fd03116d.
Actions