Beaker provider may fail with throwing an Fault exception
when contacting beaker hub while creating requests.
We parse this exception string and behave as we can not
provision by creating fault beaker host object.
Commit fixing premature failure (fix(Beaker): delete_host handle premature deletion) without having proper host object from https://github.com/neoave/mrack/pull/137 will be needed to gracefully handle error.
Beaker provider may fail with throwing an Fault exception when contacting beaker hub while creating requests. We parse this exception string and behave as we can not provision by creating fault beaker host object.
resolves: https://github.com/neoave/mrack/issues/123
Signed-off-by: Tibor Dudlák tdudlak@redhat.com