neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: prepare_provisioning now shall return bool value #156

Closed Tiboris closed 2 years ago

Tiboris commented 2 years ago

Based on latest changes method prepare_provisioning should return boolean value which means succes/fail ref: a0de8475659153fd3fb39133a34f56729d0e561c

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 2 years ago

I have introduced this regression in #155 - L367-L368

pvoborni commented 2 years ago

Looks good to me, works at least with OpenStack, thx for the patch.

Tiboris commented 2 years ago

Thanks for the review, merging