Description of problem: ======================= Creating a flavor on OSP after adding OSP to CFME does not updating Instance Type list on Provision Instances although flavors list updated Version-Release number of selected component: ============================================= 5.8.1.2 How reproducible: ================= 100% Steps to Reproduce: =================== 1. Add OSP to CFME as cloud provider (without any flavor) 2. Create Flavor on OSP 3. Refresh CFME 4. Verify Flavor updated: Compute --> Clouds --> Flavors 5. On Provision Instances --> Properties, try to select an instance type Actual results: =============== An empty list, 'No Choices Available' Expected results: ================ The flavor should available on Instance Type
Created attachment 1300553 [details] Flavors list
Created attachment 1300554 [details] Empty instance type
Ido, could you paste details of the Glance image you used (interesting are its attributes min_disk and min_ram), thanks.
openstack image show Cirros +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | checksum | 50bdc35edb03a38d91b1b071afb20a3c | | container_format | bare | | created_at | 2017-07-12T13:15:12Z | | disk_format | qcow2 | | file | /v2/images/de71fe68-da7f-427b-bd1e-6c2098d50d9c/file | | id | de71fe68-da7f-427b-bd1e-6c2098d50d9c | | min_disk | 0 | | min_ram | 0 | | name | Cirros | | owner | 85835c65a06e4b7aa68dfd824eefa7af | | properties | direct_url='rbd://8543fa6c-657c-11e7-8073-52540079b45b/images/de71fe68-da7f-427b-bd1e-6c2098d50d9c/snap', locations='[{u'url': u'rbd://8543fa6c-657c-11e7-8073-52540079b45b/images/de71fe68-da7f-427b-bd1e- | | | 6c2098d50d9c/snap', u'metadata': {}}]' | | protected | False | | schema | /v2/schemas/image | | size | 9761280 | | status | active | | tags | | | updated_at | 2017-07-12T13:15:15Z | | virtual_size | None | | visibility | public | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
https://github.com/ManageIQ/manageiq-providers-openstack/pull/72
New commit detected on ManageIQ/manageiq-providers-openstack/master: https://github.com/ManageIQ/manageiq-providers-openstack/commit/f3d600345a9c0ba50265251c736bd2268d638280 commit f3d600345a9c0ba50265251c736bd2268d638280 Author: Tzu-Mainn Chen <tzumainn> AuthorDate: Mon Jul 31 15:50:22 2017 +0200 Commit: Tzu-Mainn Chen <tzumainn> CommitDate: Mon Jul 31 15:50:22 2017 +0200 Update provision requirements check to allow exact matches https://bugzilla.redhat.com/show_bug.cgi?id=1472420 .../manageiq/providers/openstack/cloud_manager/provision_workflow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
https://bugzilla.redhat.com/show_bug.cgi?id=1481869#c4