lp://staging/~freyes/python-jujuclient/lp1645225
Created by
Felipe Reyes
and last modified
- Get this branch:
- bzr branch lp://staging/~freyes/python-jujuclient/lp1645225
Only
Felipe Reyes
can upload to this branch. If you are
Felipe Reyes
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Related bugs
Bug #1645225: Unable to add_machine with 'tags' as constraints | Undecided | In Progress |
Related blueprints
Branch information
Recent revisions
- 98. By Felipe Reyes
-
Format tags and spaces constraints as a list
According to juju's reference constraints[0], tags and spaces are expected
to be a list of strings. juju cli uses "item1,item2" to define lists, this
patch allows to silently transform those strings into lists, as a collateral
benefit single item strings (e.g. "tag1") will also get transformed to a list.Valid new uses of constraints dict:
{"tags": "tag1"}
{"tags": "tag1,tag2"} - 92. By Tim Van Steenburgh
-
Support new `juju show-model` cmd format
- support `juju show-model -m foo` (pre beta 16)
- support `juju show-model foo` (post beta 16)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/python-jujuclient