~cmars/juju-core/local-repo-errmsg

« back to all changes in this revision

Viewing changes to environs/interface.go

  • Committer: Tim Penhey
  • Date: 2013-04-14 22:12:49 UTC
  • mto: (1142.2.6 string-set)
  • mto: This revision was merged to the branch mainline in revision 1152.
  • Revision ID: tim.penhey@canonical.com-20130414221249-tk8f6emctl1f8w63
Trivial rename of trivial -> utils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        // starting one or more instances.  If the configuration's
142
142
        // AdminSecret is non-empty, the adminstrator password on the
143
143
        // newly bootstrapped state will be set to a hash of it (see
144
 
        // trivial.PasswordHash), When first connecting to the
 
144
        // utils.PasswordHash), When first connecting to the
145
145
        // environment via the juju package, the password hash will be
146
146
        // automatically replaced by the real password.
147
147
        //