Bug 1433062
Summary: | GCE Region is useless in GCE Provider | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Matouš Mojžíš <mmojzis> | |
Component: | Providers | Assignee: | Tomas Coufal <tcoufal> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Matouš Mojžíš <mmojzis> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 5.8.0 | CC: | bsorota, jfrey, jhardy, mshriver, obarenbo, simaishi, tcoufal | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ui:provider:gce | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1552305 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 13:55:29 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: | ||||
Bug Blocks: | 1552305 |
Description
Matouš Mojžíš
2017-03-16 16:56:32 UTC
The region isn't used to connect to the provider, I had talked with the automate team about using it as the default region for provisioning when using auto-placement but it doesn't appear to be implemented right now. Interestingly it looks like Lars didn't intend for the region to be require: https://github.com/ManageIQ/manageiq/blob/fine/app/models/manageiq/providers/google/cloud_manager.rb#L40-L42 However no-one is checking that flag. I could certainly see making the region optional in the UI and changing the display name to "Default region" or removing it entirely since it isn't needed. *** Bug 1544547 has been marked as a duplicate of this bug. *** *** Bug 1547465 has been marked as a duplicate of this bug. *** *** Bug 1545767 has been marked as a duplicate of this bug. *** Fix removes the field if a flag `:region_required? == false` is present in the provider. https://github.com/ManageIQ/manageiq-ui-classic/pull/3471 Currently on review. Merged. Some more changes in provider itself are required. Back to ON_DEV. Ok, so finally we (me, agrare, lsmola) rather decided to remove the regions at all, since they are really no use in GCE now. They were used only for ems description and since this was also incorrect, it's better to have them removed completely. PR: https://github.com/ManageIQ/manageiq-providers-google/pull/52 Merged. The Regions have been disabled completely from GCE provider. Cheers, Tom s/disabled/removed/ *** Bug 1547465 has been marked as a duplicate of this bug. *** One time issue. Setting qe_test_coverage flag to -. Verified in 5.10.0.1. Region field is not displayed in gce provider add form. |