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

[LIBCLOUD-905] Added list images method for OnApp #1011

Closed

Conversation

hackedunit
Copy link
Contributor

Added list images method for OnApp

Description

  • Implements methods for listing available images for OnApp driver
  • Includes tests and documentation

JIRA ticket: https://issues.apache.org/jira/browse/LIBCLOUD-905
Provider API doc: https://docs.onapp.com/display/52API/Get+List+of+All+Templates

Status

  • done, ready for review

Checklist (tick everything that applies)

Copy link
Contributor

@tonybaloney tonybaloney left a comment

Choose a reason for hiding this comment

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

changes LGTM, just 1 small comment left behind before it can be merged. thanks

:rtype: ``list`` of :class:`NodeImage`
"""
response = self.connection.request("/templates.json")
# return list(map(self._to_image, data['image_template']))
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove this commented line

@tonybaloney
Copy link
Contributor

👍

@asfgit asfgit closed this in bddf99a Apr 1, 2017
asfgit pushed a commit that referenced this pull request Apr 1, 2017
@hackedunit
Copy link
Contributor Author

@tonybaloney quick question - do I still need to attach a patch to the issue at JIRA as explained in the dev guide? Looks like these changes are already in trunk.

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