check if compute AZ is available#142
Conversation
Updating vendoring for gophercloud/utils so we will be able to get the new helper which validates that a Compute Availability Zone exists and is actually available. Commands run: $ go get github.com/gophercloud/utils $ go get github.com/gophercloud/gophercloud $ go mod tidy $ go mod vendor Signed-off-by: Emilien Macchi <emilien@redhat.com>
Before creating a machine in a given AZ, it'll check that the AZ actually exists and is available. JIRA: https://issues.redhat.com/browse/OSASINFRA-1848 Signed-off-by: Emilien Macchi <emilien@redhat.com>
|
[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 |
|
@EmilienM: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
This prevents make from erroring if some part of $(GOPATH)/src is a symlink and $(PWD) might already be canonical.
JIRA: OSASINFRA-2207