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 regression in up action with OpenStack provider #48

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

Provisioning failed because requirements contained unexpected information.

I.e., the provider should receive only the information it expects or are valid for OpenStack provisioning.

Removing the culprit lines: meta_image and restraint_id params.

Signed-off-by: Petr Vobornik pvoborni@redhat.com