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

Added location filter in list_nodes of CloudStack #737

Closed

Conversation

schaubl
Copy link
Contributor

@schaubl schaubl commented Apr 6, 2016

No description provided.

@@ -1348,7 +1348,7 @@ def list_locations(self):

return locations

def list_nodes(self, project=None):
def list_nodes(self, project=None, location=None):
Copy link
Member

Choose a reason for hiding this comment

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

It looks like we missed this while merging the original changes - project should really be prefixed with ex_ since it's not part of the standard API.

In any case, I'm fine with this for now.

@Kami
Copy link
Member

Kami commented Apr 6, 2016

Thanks.

As noted in the in-line comment, change looks good to me, but it would also be great if you can add a test case for it :)

@schaubl
Copy link
Contributor Author

schaubl commented Apr 6, 2016

Ok, I will add a test case.

@asfgit asfgit closed this in 2f777ca Apr 13, 2016
@Kami
Copy link
Member

Kami commented Apr 13, 2016

I merged this change into trunk.

Please follow up with tests as soon as you can.

Thanks!

@schaubl
Copy link
Contributor Author

schaubl commented Apr 13, 2016

@Kami: I added a test. Should I create a new PR since this one is already merged ?

@schaubl
Copy link
Contributor Author

schaubl commented Apr 15, 2016

@Kami I created a new PR for the test: #754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants