Bug 1650396
Summary: | [RFE] Include option to choose Allocation pools, DNS Nameserver, Host Routes while creating OpenStack Network | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Niladri Roy <niroy> |
Component: | Providers | Assignee: | Scott Seago <sseago> |
Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | low | ||
Version: | 5.9.5 | CC: | jfrey, jhardy, lavenel, mfeifer, obarenbo, simaishi, sseago |
Target Milestone: | GA | Keywords: | FutureFeature, RFE |
Target Release: | 5.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-12 13:34:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | Openstack | Target Upstream Version: | |
Embargoed: |
Comment 4
Scott Seago
2019-01-10 19:52:41 UTC
Should have moved it to ON_DEV rather than ON_QA New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/567cfcba1f23ee9110e2d4a0ee7c224ac6d78702 commit 567cfcba1f23ee9110e2d4a0ee7c224ac6d78702 Author: Scott Seago <sseago> AuthorDate: Thu Jan 10 13:37:14 2019 -0500 Commit: Scott Seago <sseago> CommitDate: Thu Jan 10 13:37:14 2019 -0500 BZ1650396: Add Allocation pools, Nameserver, Host Routes to Subnet UI Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1650396 Allocation pools, DNS Nameserver, Host Routes to Subnet CRUD were included in Subnet show view, but were missing in the create and update forms. This commit adds those fields. app/assets/javascripts/components/cloud_subnet/cloud-subnet-form.js | 29 +- app/controllers/cloud_subnet_controller.rb | 108 +- app/helpers/cloud_subnet_helper/textual_summary.rb | 6 +- app/views/static/cloud_subnet/cloud-subnet-form.html.haml | 24 + spec/controllers/cloud_subnet_controller_spec.rb | 37 +- spec/helpers/cloud_subnet_helper/textual_summary_spec.rb | 2 +- spec/javascripts/components/cloud_subnet/cloud_subnet_form_spec.js | 5 +- 7 files changed, 167 insertions(+), 44 deletions(-) Verified ======== 5.11.0.16 All options are added: Allocation pools, DNS Nameserver, Host Routes Tested only functionality of allocation pools 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/RHBA-2019:4199 |