GitHub user mgogoulos opened a pull request:
https://github.com/apache/libcloud/pull/1003
Azure ARM optimizations (get all results on list_nodes and fix actions)
## Azure ARM optimizations (get all results on list_nodes and fix actions)
### Description
- show all results on list_nodes (current API call gets only first batch)
- fix destroy_node (contains while statements that never exit)
- correct ex_stop_node API call
- optimize states on _to_node function
### Status
done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgogoulos/libcloud azure_arm_optimizations
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1003.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1003
----
commit c41d18be4e2a55e90bc68667a1e47c46ef37f23e
Author: Markos Gogoulos <[email protected]>
Date: 2017-03-07T12:53:44Z
azure arm optimizations
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---