Actions
Bug #9657
closedAPI for creating host can't merge NICs from compute profiles
Description
API can't merge information about interfaces into a new host. InterfaceMerge
should be added to the controller's create method similar to how we did it in http://projects.theforeman.org/issues/9480 for UI.
Added by Tomáš Strachota about 10 years ago
Added by Tomáš Strachota about 10 years ago
Fixes #9657 - merge NICs from compute profile in host create API
- updated api docs for hosts and interfaces
- host create/update api actions now merge interfaces from compute
profiles
- NIC type mapping extracted into a separate class
- return full host detail after host update
(cherry picked from commit cfd1c413362813f24bffd62c633bf6473e051740)
Actions
Fixes #9657 - merge NICs from compute profile in host create API
- updated api docs for hosts and interfaces
- host create/update api actions now merge interfaces from compute
profiles
- NIC type mapping extracted into a separate class
- return full host detail after host update