-
Notifications
You must be signed in to change notification settings - Fork 928
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-682] Add fields for additional OpenStack size information #488
Conversation
Hey Greg! Thanks for contributing! Can you add some unittests to the openstack tests? That way we ensure that this added value keeps working in the future. Thanks! |
Oh, derp. Yes I can. I'll get the PR updated tomorrow. |
Adds: * swap - the amount of swap provisioned for the flavor * ephemeral_disk - the amount of non-root local storage for the flavor (from the OS-FLV-EXT-DATA extension used by Rackspace) * extra - additional metadata about the flavor (from the OS-FLV-WITH-EXT-SPECS extension used by Rackspace)
e277785
to
1d07776
Compare
I added some tests similar in style to the other openstack tests around it. Let me know if they are sufficient or you'd like to see more. Looks like the sizes didn't have much test coverage other than the pricing information, so I added a few other tests in there as well. |
@allardhoeve any feedback on the tests I added? |
Looks good, but will wait for the tests to succeed |
Is there a reason they aren't running yet? It hasn't even tried to start them it seems. |
Travis is slooooww
|
More than a day slow? Wow, ok. |
Travis CI is not fast. I've seen it be a day or two. Or get stuck. In that case I'll run the tests myself. |
thanks, merged |
Adds:
(from the OS-FLV-EXT-DATA extension used by Rackspace)
(from the OS-FLV-WITH-EXT-SPECS extension used by Rackspace)