Bug #29049
GCE should not display deprecated images while creating image
Difficulty:
Triaged:
No
Bugzilla link:
Related issues
Associated revisions
Refs #29049 - fix image_families filter test for GCE
History
#1
Updated by The Foreman Bot about 3 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7463 added
#2
Updated by Kavita Gaikwad about 3 years ago
- Subject changed from GCE should not display deprecated images while creating image to GCE should not display deprecated images while creating image
Along with the fix, I have extended global projects lists from Google Compute Engine with project "rhel-sap-cloud" and added method "image_families_to_filter" to override so that I can override the behaviour.
#3
Updated by Kavita Gaikwad about 3 years ago
- Related to Feature #29182: Extend use of image families filter without overriding the method from any plugin added
#4
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases 2.1.0 added
#5
Updated by Kavita Gaikwad about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset d55f273f7d8d0dae621713d936d5a96ae474bdb4.
#6
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/7522 added
#7
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/7524 added
#8
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/7527 added
#9
Updated by Tomer Brisker about 3 years ago
- Fixed in Releases 1.24.3, 2.0.0 added
- Fixed in Releases deleted (
2.1.0)
Fixes #29049 - filter images & extends projects in GCE (#7463)
appends Google extra global projects list with 'rhel-sap-cloud' project
to show images as Google compute engine.
Also, adds a method to filter the image list from
google compute by adding image family names to filter list.