Skip to content

Commit

Permalink
Merge pull request #4147 from Fedosin/lbFloatingIP
Browse files Browse the repository at this point in the history
Bug 1876825: generate lbFloatingIP in OpenStack config
  • Loading branch information
openshift-merge-robot committed Sep 8, 2020
2 parents 28c0ba5 + c492606 commit 41b9853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/asset/installconfig/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ func Platform() (*openstack.Platform, error) {
return nil, err
}

lbFloatingIP := ""
var lbFloatingIP string
if extNet != "" {
floatingIPNames, err := getFloatingIPNames(cloud, extNet)
if err != nil {
return nil, err
}
sort.Strings(floatingIPNames)
var lbFloatingIP string
err = survey.Ask([]*survey.Question{
{
Prompt: &survey.Select{
Expand Down

0 comments on commit 41b9853

Please sign in to comment.