Skip to content

Commit

Permalink
Merge pull request #3404 from mandre/clarify_image_import_disable
Browse files Browse the repository at this point in the history
OpenStack: Link to GH issue for glance image import
  • Loading branch information
openshift-merge-robot authored Apr 4, 2020
2 parents 8cf1fe8 + c34adc5 commit bf4f811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tfvars/openstack/rhcos_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ func uploadBaseImage(cloud string, localFilePath string, imageName string, clust
// FIXME(mfedosin): We have to temporary disable image import, because it looks
// like there are problems on the server side.
// Revert this patch when the problems are fixed.
useImageImport := false
// https://github.com/openshift/installer/issues/3403
// useImageImport, err := isImageImportSupported(cloud)
// if err != nil {
// return err
// }
useImageImport := false

if useImageImport {
logrus.Debugf("Using Image Import API to upload RHCOS to the image %q with ID %q", img.Name, img.ID)
Expand Down

0 comments on commit bf4f811

Please sign in to comment.