pycloudlib:azure

Last commit made on 2018-07-12
Get this branch:
git clone -b azure https://git.launchpad.net/pycloudlib
Members of pycloudlib-devs can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
azure
Repository:
lp:pycloudlib

Recent commits

316d27f... by Joshua Powers

azure: begin support

785cd1f... by Joshua Powers

cleanup: clean up API and examples

Verifys that nearly all functions are used throughout the examples
and that they continue to work. Removed duplicate methods that
existed in the cloud and instance methods that were redundant and
uncessary.

0db1d0f... by Joshua Powers

Release 18.2

991897b... by Joshua Powers

ec2 example: choose more common instance type

Changing the custom instance type that was choosen to be something that
is more common across regions to enable greater testing.

cf2df7b... by Joshua Powers

lxd: Add LXD support, docs, and examples

This adds the ability to launch instances on LXD. This includes the
ability to specify an image remote, storage, network, type, etc. The
ability to also create snapshots of the instances and then launch
instances from those snapshots or roll back to them.

An example code page as well as full API documentation for the LXD
cloud are also included.

0b35aab... by Joshua Powers

ec2: fix shutdown -> stop

Missed an extra shutdown that should have also turned to shutdown

df1f285... by Joshua Powers

docs: Add code examples to docs and design doc

This adds links to show the example documents on the docs pages. This
way users can view the example text directly on the docs.

The design document talks about high level design decisions and
assumptions made.

1018cf0... by Joshua Powers

Release 18.1.5

27296db... by Joshua Powers

ec2: change shutdown to stop

Changes the shutdown command to stop to be consistent.

Drive-Bys:
* Update doc strings to be consistently lower case
* Fix module doc string capitalization
* Break out streams doc logging
* Break out exception command

19acc6c... by Joshua Powers

Release 18.1.4