[release-4.4] Bug 1813851: OpenStack: start using image import when possible#3297
[release-4.4] Bug 1813851: OpenStack: start using image import when possible#3297Fedosin wants to merge 4 commits intoopenshift:release-4.4from
Conversation
Now we use Terraform to create images in Glance. This commit starts using direct Gophercloud calls for this.
|
@Fedosin: This pull request references Bugzilla bug 1813851, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This commit updates gophercloud library and sets the version to "0.8.0", because "0.9.0" contains a breaking change.
c71d724 to
bb8ebf9
Compare
|
@Fedosin: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold |
Now we use legacy image uploading that doesn't support image conversion. It leads to the fact that we upload qcow2 images to Ceph backend, which doesn't support this format:
https://access.redhat.com/solutions/2434691
By using the Image Import mechanism we make sure that all uploaded images will be automatically converted to Raw for Ceph (and only for Ceph) backends.
If the image import mechanism is not available we fallback to the legacy uploading.
cherry-picked from: #3162