Implement Model.add_machine()
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 21 Feb 2017 18:57:30 +0000 (13:57 -0500)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Tue, 21 Feb 2017 18:57:30 +0000 (13:57 -0500)
commit5fef7503b13f145adc7cd4ee31c2d684e09a6a85
tree6dbd0389824346650376157c1da1cf54b1e91a6b
parent616e1bab41a3a450919966018c3a2fa572989797
Implement Model.add_machine()

Also fixes a bug that was causing the 'to' parameter to
Model.deploy() to not be handled correctly.

Add docs and examples for adding machines and containers
and deploying charms to them.

Fixes #51.
docs/api/juju.rst
docs/narrative/model.rst
examples/add_machine.py [new file with mode: 0755]
juju/model.py
juju/placement.py