Reviewers: mp+187959_code.launchpad.net, Message: Please take a look. Description: Fix tools sources for local and azure The local provider did not implement CustomToolsSources, so when it tried to get tools via simplestreams, it failed and then used the legacy fallback. But this meant that checksum and size info was missing. The azure provider did implement CustomToolsSources, but until the official tools repository comes online, the tools sources do need to include the public container from which tools can be fetched, or else simplestreams will fail and revert to legacy tools code. https://code.launchpad.net/~wallyworld/juju-core/fix-tools-sources/+merge/187959 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/14011043/ Affected files (+46, -2 lines): A [revision details] M provider/azure/environ.go M provider/azure/environ_test.go M provider/local/environ.go M provider/local/local_test.go 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: tarmac-20130926184157-5d305cr4rb895lnt +New revision: