~rogpeppe/juju-core/387-use-testing-set

« back to all changes in this revision

Viewing changes to environs/cloudinit/cloudinit.go

  • Committer: Ian Booth
  • Date: 2013-08-21 05:38:38 UTC
  • mto: (1603.8.2 simplify-tools-search)
  • mto: This revision was merged to the branch mainline in revision 1702.
  • Revision ID: ian.booth@canonical.com-20130821053838-3c9oahds4mg2u0l7
Pull out Tools struct to its own package

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        "launchpad.net/juju-core/names"
21
21
        "launchpad.net/juju-core/state"
22
22
        "launchpad.net/juju-core/state/api"
 
23
        coretools "launchpad.net/juju-core/tools"
23
24
        "launchpad.net/juju-core/upstart"
24
25
        "launchpad.net/juju-core/utils"
25
26
)
71
72
        MachineNonce string
72
73
 
73
74
        // Tools is juju tools to be used on the new machine.
74
 
        Tools *tools.Tools
 
75
        Tools *coretools.Tools
75
76
 
76
77
        // DataDir holds the directory that juju state will be put in the new
77
78
        // machine.