Bug 1394277

Summary: Floating IP CRUD UI Missing
Product: Red Hat CloudForms Management Engine Reporter: Tzu-Mainn Chen <tzumainn>
Component: UI - OPSAssignee: Gilles Dubreuil <gdubreui>
Status: CLOSED CURRENTRELEASE QA Contact: Ola Pavlenko <opavlenk>
Severity: high Docs Contact:
Priority: high    
Version: 5.7.0CC: cpelland, gdubreui, hkataria, jhardy, mpovolny, obarenbo, okolisny, simaishi
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: openstack
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1410588 (view as bug list) Environment:
Last Closed: 2017-06-12 16:47:10 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:
Bug Depends On:    
Bug Blocks: 1410588    

Description Tzu-Mainn Chen 2016-11-11 14:43:55 UTC
Floating IP should have CRUD UI

Comment 2 Gilles Dubreuil 2016-11-17 09:17:28 UTC
Addressed by https://github.com/ManageIQ/manageiq/pull/12097

Comment 4 Gilles Dubreuil 2016-12-22 01:11:26 UTC
Master PR#12097 has been merged.
Nexte step is backport (cherry pick to euwe) branch.

Comment 5 Satoe Imaishi 2017-01-05 20:06:46 UTC
Also need https://github.com/ManageIQ/manageiq/pull/11819

Comment 7 CFME Bot 2017-01-10 13:05:46 UTC
New commit detected on ManageIQ/manageiq/euwe:
https://github.com/ManageIQ/manageiq/commit/68121237a320878cf81079fba52a33ec9bbb35f9

commit 68121237a320878cf81079fba52a33ec9bbb35f9
Author:     Greg Blomquist <blomquisg>
AuthorDate: Wed Nov 2 09:52:36 2016 -0400
Commit:     Tzu-Mainn Chen <tzumainn>
CommitDate: Fri Jan 6 21:23:21 2017 +0100

    [EUWE] Floating IPs provisioning backend
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1394277
    
    This is a euwe-only commit to resolve conficts with
    app/models/mixins/supports_feature_mixin.rb
    
    This PR is equivalent to https://github.com/ManageIQ/manageiq/pull/11819 FOR MASTER

 .../providers/openstack/network_manager.rb         |  24 ++++-
 .../openstack/network_manager/floating_ip.rb       | 103 +++++++++++++++++++++
 app/models/mixins/supports_feature_mixin.rb        |   5 +-
 gems/pending/util/miq-exception.rb                 |   5 +
 4 files changed, 135 insertions(+), 2 deletions(-)