This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from f938cc5 Allow user to pass "wait_period" argument to the
deploy_method() and default it to a more reasonable value.
new 93447cb Indicate we are working on a dev version.
new 56bb2fb Also bump default value for wait_period argument in
wait_until_running to 5 seconds.
add 9b4f05d Add new file for price scraping for azure arm cloud
add d944a5a Add license header and fix flake8
new 17866ac Merge branch 'pricing-azure' of
https://github.com/Eis-D-Z/libcloud into Eis-D-Z-pricing-azure
new 39c214f Make file executable.
new 82b9a16 Call new script from daily build cron job.
new 9642ab6 Add changelog entry.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 4 ++
contrib/scrape-azure-prices.py | 89 ++++++++++++++++++++++++++++++++++++++++++
libcloud/__init__.py | 2 +-
libcloud/compute/base.py | 2 +-
tox.ini | 2 +
5 files changed, 97 insertions(+), 2 deletions(-)
create mode 100755 contrib/scrape-azure-prices.py