-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix edge gateway list retrieval #364
Conversation
Signed-off-by: Giuseppe Maxia <[email protected]>
Deprecate method vdc.GetEdgeGatewayRecordsType Signed-off-by: Giuseppe Maxia <[email protected]>
replaced with vdc.QueryEdgeGatewayList Signed-off-by: Giuseppe Maxia <[email protected]>
Signed-off-by: Giuseppe Maxia <[email protected]>
Signed-off-by: Giuseppe Maxia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why a new function as opposed to fixing the existing one to return all items?
It was a good opportunity to normalize the name with the convention that a query returning a list should be called |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
BTW, how many usages of the old function do we have in the Terraform project?
Signed-off-by: Giuseppe Maxia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
One. And it was changed. |
Fix Issue #363
Edge gateway retrieval was cut at the first 25 items.