Bug 1262973
| Summary: | Order service form shows <Script error> in the Tenant dropdown | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Bill Wei <bilwei> |
| Component: | Provisioning | Assignee: | Bill Wei <bilwei> |
| Status: | CLOSED ERRATA | QA Contact: | Pete Savage <psavage> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4.0 | CC: | bilwei, jhardy, obarenbo |
| Target Milestone: | GA | Flags: | psavage:
automate_bug-
|
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:30:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1275405 | ||
| Bug Blocks: | |||
|
Description
Bill Wei
2015-09-14 19:20:59 UTC
New commit detected on ManageIQ/manageiq-appliance-build/master: https://github.com/ManageIQ/manageiq-appliance-build/commit/16f3ef2c451edd2c18834bb49a9f43fef60665c3 commit 16f3ef2c451edd2c18834bb49a9f43fef60665c3 Author: Bill Wei <bilwei> AuthorDate: Mon Sep 14 15:24:34 2015 -0400 Commit: Bill Wei <bilwei> CommitDate: Mon Sep 14 16:45:15 2015 -0400 Fixes #4288: Prevent Available_Tenants script to throw errors https://bugzilla.redhat.com/show_bug.cgi?id=1262973 https://github.com/ManageIQ/manageiq/issues/4288 .../Operations/Methods.class/__methods__/available_tenants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/f208f6d2de70669af2faee484fc56367b8b638c0 commit f208f6d2de70669af2faee484fc56367b8b638c0 Author: Bill Wei <bilwei> AuthorDate: Mon Sep 14 15:24:34 2015 -0400 Commit: Bill Wei <bilwei> CommitDate: Thu Sep 17 14:52:55 2015 -0400 Prevent Available_Tenants script to throw errors Check orchestration_manager is valid. https://bugzilla.redhat.com/show_bug.cgi?id=1262973 Fixes #4288 .../Methods.class/__methods__/available_tenants.rb | 2 +- .../method_validation/available_tenants_spec.rb | 53 ++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 spec/automation/unit/method_validation/available_tenants_spec.rb How do I go about creating the dialog that is displayed in the GitHub PR 4288? I'm not seeing the details on how to create the tenant dropdown. I tried but I couldn't seem to create any dynamic dialog. The dialog is tool generated. Go to Services/Catalogs/Orchestration Templates, select an existing CloudFormation or Heat template. From the Configuration dropdown, select Create Service Dialog from Orchestration Template. If you are using the latest build, you may be blocked by another issue https://bugzilla.redhat.com/show_bug.cgi?id=1275405 Yup blocked by it..... Verified in 5.5.0.11 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:2551 |