Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load balancer syntax cleanup and bugfixes #290

Merged
merged 23 commits into from
Jul 26, 2019
Merged

Conversation

Didainius
Copy link
Collaborator

No description provided.

@Didainius Didainius self-assigned this Jul 25, 2019
@ghost ghost added the size/XXL label Jul 25, 2019
@ghost ghost added dependencies size/XL and removed size/XXL labels Jul 25, 2019
@ghost ghost added size/XXL and removed size/XL labels Jul 25, 2019
@ghost ghost added the documentation label Jul 25, 2019
@@ -103,7 +103,7 @@ func testAccCheckVcdLbServiceMonitorDestroy(serviceMonitorName string) resource.
return fmt.Errorf(errorUnableToFindEdgeGateway, err)
}

monitor, err := edgeGateway.ReadLBServiceMonitor(&types.LBMonitor{Name: serviceMonitorName})
monitor, err := edgeGateway.GetLbServiceMonitor(&types.LbMonitor{Name: serviceMonitorName})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't we should have wappers here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed. I was hoping make install to fail on such cases but I was wrong. Replaced them.

@vbauzys
Copy link
Contributor

vbauzys commented Jul 25, 2019

I am not sure I saw all changes/fixes from issues I mentioned in emails.

Copy link
Collaborator

@lvirbalas lvirbalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's like a polished labradorite!

Copy link
Contributor

@dataclouder dataclouder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Didainius Didainius merged commit 94ce75f into vmware:master Jul 26, 2019
@Didainius Didainius deleted the lb_sanity branch August 13, 2019 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants