Actions
Refactor #1067
closedpulp_nodes should make use of the mongoengine Repository model
Status:
CLOSED - WONTFIX
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Currently, pulp_nodes is expecting a dictionary representation of a repository, but it should be using the repository object instead.
The repo object was introduced in this PR, https://github.com/pulp/pulp/pull/1931, but given the size of that work, I did not think that it was appropriate to refactor pulp_nodes at the same time.
https://github.com/pulp/pulp/blob/master/nodes/child/pulp_node/handlers/model.py#L63
Updated by amacdona@redhat.com over 6 years ago
- Status changed from NEW to CLOSED - WONTFIX
Closed because Pulp 3.0 will be dropping nodes support.
Actions