Unverified Commit 8af495e9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #63721 from dims/automated-cherry-pick-of-#63720-upstream-release-1.10

Automatic merge from submit-queue. Automated cherry pick of #63720: log error for os.NewComputeV2 Cherry pick of #63720 on release-1.10. #63720: log error for os.NewComputeV2
parents b4e2155c e7ddffc8
......@@ -42,6 +42,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
compute, err := os.NewComputeV2()
if err != nil {
glog.Errorf("unable to access compute v2 API : %v", err)
return nil, false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment