Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement nova get_version #619

Merged
merged 2 commits into from
May 26, 2016

Conversation

Benjamin91300
Copy link
Contributor

Recent novaclient versions and openstackclient require resource
/compute/v2. This commit provides it.

@BenjamenMeyer
Copy link
Contributor

Along with #618 this should resolve #511

@@ -184,6 +193,23 @@ def setUp(self):
create_server(self.helper, name=self.server_name))
self.server_id = self.create_server_response_body['server']['id']

def test_get_version_nova(self):
"""
Check response when listing available version of nova.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a citation for this that points at Nova's docs?

Copy link
Contributor

@BenjamenMeyer BenjamenMeyer May 23, 2016

Choose a reason for hiding this comment

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

@glyph
Copy link
Contributor

glyph commented May 20, 2016

Please just address the minor test doc issue and land.

@Benjamin91300
Copy link
Contributor Author

@glyph, @BenjamenMeyer:
I added a reference to the nova doc in docstring.

I hope it is what you expected.

@BenjamenMeyer
Copy link
Contributor

@Benjamin91300 I would add it to the handler of the response itself, not simply the test (https://github.com/rackerlabs/mimic/pull/619/files#diff-623976324cdaaa34626dd686efc298b9R34).

Once that and the current merge conflict are resolved then I'll merge it as it otherwise LGTM.

Recent novaclient versions and openstackclient require resource
/compute/v2. This commit provides it.
Recent novaclient versions and openstackclient require resource
/compute/v2. This commit provides it.
@BenjamenMeyer
Copy link
Contributor

👍

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants