Actions
Refactor #9047
openRemove legacy delegations to primary interface from Host
Status:
New
Priority:
Normal
Assignee:
-
Category:
Network
Target version:
-
Description
Host model has attributes ip, mac, domain, subnet and hostname delegated to primary interface for legacy reasons. We should give users some time (at least one release) to update plugins. After that period we should remove the delegations.
Updated by Tomáš Strachota almost 10 years ago
- Related to Tracker #2409: Networking added
Updated by Ohad Levy almost 10 years ago
I'm not sure if we should delete them so quickly, as they might be used in templates, parameters with erb etc.
Updated by Marek Hulán almost 10 years ago
I think we should remove assigning (ip=, mac=, ...) ASAP. Readers can live the forever. Templates should contain only readers.
Updated by Daniel Lobato Garcia almost 10 years ago
Also keep in mind writers are currently used in the API. Removing them will mean handling attributes in the API differently.
Actions