Reviewers: mp+149586_code.launchpad.net, Message: Please take a look. Description: Properly encode maas tags in urls. Hopefully the last in the sordid history of maas tag support. Revno 616 reverted attempts to string serialize tags for urls, but which had broken constraint comparisions. Those string serialization had been attempt in revno 597 and 598 to encode maas tags properly for maas client usage. This branch properly captures the raw tags string for use by the client, while preserving the constraint comparisons restored in revno 516. https://code.launchpad.net/~hazmat/juju/maas-with-tags/+merge/149586 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/7365044/ Affected files: A [revision details] M juju/providers/maas/maas.py M juju/providers/maas/tests/test_launch.py M juju/providers/maas/tests/test_maas.py Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: