Use config-yaml by default when deploying a bundle.
authorPete Vander Giessen <petevg@gmail.com>
Thu, 2 Mar 2017 14:25:10 +0000 (09:25 -0500)
committerPete Vander Giessen <petevg@gmail.com>
Thu, 2 Mar 2017 14:25:10 +0000 (09:25 -0500)
commitddb6307d17899412f983dab258c3d27089baaf4b
tree30a6679c199c590370d208e0cff999642f05629c
parent546f9ef4d42473d33fcceb04e9ab410c7a4ec7a4
Use config-yaml by default when deploying a bundle.

This invokes better/more modern behavior for blank strings in the
options for a given charm in the bundle.yaml. Specifically, it allows us
to deploy landscap-dense-maas without running into a KeyError.

This has been tested by using matrix to successfully deploy
landscape-dense-maas, using the code in this PR.
juju/model.py