search for: hardware_control

Displaying 2 results from an estimated 2 matches for "hardware_control".

2009 May 22
1
[PATCH server] fixed smart pool 'save' regression.
The recent refactoring didn't work properly for new smart pools, so I've cleaned jup the parameter handling for the various pool 'create' actions. Signed-off-by: Scott Seago <sseago at redhat.com> --- src/app/controllers/hardware_controller.rb | 5 +---- src/app/controllers/pool_controller.rb | 6 ++++-- src/app/controllers/resources_controller.rb | 6 ------ src/app/services/hardware_pool_service.rb | 4 ++-- src/app/services/smart_pool_service.rb | 4 ++-- src/app/services/vm_resource_pool_service...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...ters as well as fixing a couple bugs that had crept in along the way. Unit test fixes for the refactoring will follow in a subsequent patch. Signed-off-by: Scott Seago <sseago at redhat.com> --- src/app/controllers/application.rb | 46 ---------------- src/app/controllers/hardware_controller.rb | 20 ++++---- src/app/controllers/host_controller.rb | 55 -------------------- src/app/controllers/network_controller.rb | 9 --- src/app/controllers/nic_controller.rb | 28 ---------- src/app/controllers/permission_controller.rb |...