Fedora Account System
Red Hat Associate
Red Hat Customer
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/cf485f7599abbdbe9626d3cebfcfd94fc8eb47c5 commit cf485f7599abbdbe9626d3cebfcfd94fc8eb47c5 Author: Marek Aufart <aufi.cz> AuthorDate: Mon Aug 14 15:57:44 2017 +0200 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Aug 15 18:25:13 2017 -0400 Merge pull request #72 from tzumainn/provision-check-update Update provision requirements check to allow exact matches (cherry picked from commit 48424c966ddbd2e58b536d4fa239a40466e8280f) https://bugzilla.redhat.com/show_bug.cgi?id=1481869 .../manageiq/providers/openstack/cloud_manager/provision_workflow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Failed QA. Flavor with disk=0 doesn't appear among choices in dropdown list 'Instance type' at instance provision form. Env: 5.7.4.0 and RHOS 11
Hi! I talked this over with Ido before; the reason is that the CloudForms algorithm also considers the disk size of the image, which seems reasonable. A flavor with disk=0 will thus never match anything, which seems fine. Does that make sense?