Bug #9711
bmc module does not full implement its api
Description
In the bmc code there are a few items tagged as #TODO. These times either need to be implemented or removed.
Associated revisions
History
#1
Updated by Dominic Cleal about 7 years ago
- Status changed from New to Ready For Testing
- Legacy Backlogs Release (now unused) set to 35
- Pull request https://github.com/theforeman/smart-proxy/pull/264 added
- Pull request deleted (
)
#2
Updated by Corey Osman about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3fba6e1021c6ed7f5c53d0db2d4bcfb3192b9980.
Fixes #9711 - bmc module does not full implement its api * adds additional logic around providers * implements /providers, /providers/installed, /host, / * the / returns a list of resources to use to help the user * catches a case where if the provider is nil, we can default to a provider and warn the user * changes the bmc_setup method to be public instead of private. * refactors the providers_installed? rubyipmi command to providers_installed