Look for resource in a given manager.
Used as a helper for the _find_* methods. Example:
def _find_hypervisor(cs, hypervisor): #Get a hypervisor by name or ID. return cliutils.find_resource(cs.hypervisors, hypervisor)
The ironicclient.openstack.common.apiclient.fake_client Module
The ironicclient.openstack.common.cliutils Module
Enter search terms or a module, class or function name.