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 72de440 Bump version to v3.2.0.
new ce2be92 Outscale Driver Documentation
new 24f419b Added the currently implemented method in the Outscale Driver
new 5936531 added Outscale Extra functions to documentation
new a92fbb7 Corrected a typo
new 3b0edc9 Fixed a typo
new bec371d Re-generate provider tables.
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:
docs/compute/_supported_providers.rst | 2 +-
docs/compute/drivers/outscale.rst | 119 +++++++++++++++++++++
.../examples/compute/outscale}/__init__.py | 0
docs/examples/compute/outscale/instantiate.py | 10 ++
docs/examples/compute/outscale/list_nodes.py | 14 +++
5 files changed, 144 insertions(+), 1 deletion(-)
create mode 100644 docs/compute/drivers/outscale.rst
copy {pylint_plugins => docs/examples/compute/outscale}/__init__.py (100%)
create mode 100644 docs/examples/compute/outscale/instantiate.py
create mode 100644 docs/examples/compute/outscale/list_nodes.py