Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Delta Between Two Patch Sets: provider/all/all.go

Issue 13053043: environs/*: move providers into provider
Left Patch Set: environs/*: move providers into provider Created 11 years, 7 months ago
Right Patch Set: environs/*: move providers into provider Created 11 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « juju/testing/conn.go ('k') | provider/dummy/config_test.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2013 Canonical Ltd. 1 // Copyright 2013 Canonical Ltd.
2 // Licensed under the AGPLv3, see LICENCE file for details. 2 // Licensed under the AGPLv3, see LICENCE file for details.
3 3
4 package all 4 package all
5 5
6 // Register all the available providers. 6 // Register all the available providers.
7 import ( 7 import (
8 » _ "launchpad.net/juju-core/environs/provider/azure" 8 » _ "launchpad.net/juju-core/provider/azure"
9 » _ "launchpad.net/juju-core/environs/provider/ec2" 9 » _ "launchpad.net/juju-core/provider/ec2"
10 » _ "launchpad.net/juju-core/environs/provider/local" 10 » _ "launchpad.net/juju-core/provider/local"
11 » _ "launchpad.net/juju-core/environs/provider/maas" 11 » _ "launchpad.net/juju-core/provider/maas"
12 » _ "launchpad.net/juju-core/environs/provider/openstack" 12 » _ "launchpad.net/juju-core/provider/openstack"
13 ) 13 )
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b