Adds support for getting/setting config on a model (#152)
authorAdam Stokes <battlemidget@users.noreply.github.com>
Tue, 27 Jun 2017 20:08:41 +0000 (16:08 -0400)
committerCory Johns <johnsca@gmail.com>
Tue, 27 Jun 2017 20:08:41 +0000 (16:08 -0400)
commit17b26ef759a99c9010ea30e47205bfb332400e74
treef9c6524140e5efaf9b2c493d84451b130d48fef7
parent4b7e453fa0759e5d69daf990d56cdee72fe77528
Adds support for getting/setting config on a model (#152)

* Adds support for getting/setting config on a model

Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
* Fix docstring parameter

Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
* Support ConfigValue type for interacting with model config
juju/client/overrides.py
juju/model.py
tests/integration/test_model.py