Created attachment 1187797 [details] msg Description of problem: Version-Release number of selected component (if applicable): 5.6.1.0.20160726144018_810a94f How reproducible: 100% Steps to Reproduce: 1.Add scvmm provider 2.Enforce the tenant quota 2.Provision a VM requesting a higher quota then the enforced quota 3. Actual results: Requested value is always shown as zero in the last message. see attached screenshot I had requested 16 CPU, but 0 is displayed. Expected results: Requested value should be displayed. Additional info:
Also when provisioning a orchestration service,all the requested values are shown as 0. see attached screenshot.
Created attachment 1187798 [details] orchestration service msg
https://github.com/ManageIQ/manageiq/pull/10791
https://github.com/ManageIQ/manageiq/pull/11257
This needs more investigation, therefore I am putting this back to ON_DEV.
https://github.com/ManageIQ/manageiq/pull/11468
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/9c629faf7f90496805183f8e7c14b912c9321d02 commit 9c629faf7f90496805183f8e7c14b912c9321d02 Author: Bronagh Sorota <bsorota> AuthorDate: Thu Sep 22 13:10:03 2016 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Thu Sep 22 14:21:21 2016 -0400 Rename number_of_cpus to number_of_sockets so quota checking will work. https://bugzilla.redhat.com/show_bug.cgi?id=1364381 .../manageiq/providers/microsoft/infra_manager/provision/cloning.rb | 2 +- .../miq_dialogs/miq_provision_microsoft_dialogs_template.yaml | 2 +- .../manageiq/providers/microsoft/infra_manager/provision_spec.rb | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)
https://github.com/ManageIQ/manageiq/pull/10677
Correct count is displayed in Requested value of quota exceed messages. Verified:5.8.0.4.20170307183144_745a3d9