~arosales/juju-core/update-azure-boilerplate

  • Committer: Tarmac
  • Author(s): John Arbash Meinel
  • Date: 2013-08-28 10:56:45 UTC
  • mfrom: (1712.1.5 new-api-conn)
  • Revision ID: tarmac-20130828105645-qc1jhq78kqfr59nr
[r=jameinel] juju: juju.NewAPIClientFromName

Rather than exposing APIConn and its associated Environ object, William asked
if we could expose something smaller. We really don't want CLI code to be
directly needing provider credentials, etc. The only thing the current caller
did with APIConn was ask for the conn.State.Client() anyway.

This should give us more focused thoughts that the CLI only thinks about
stuff via the API calls it makes, as the only thing it *has* is a thing to
make API calls.

https://codereview.appspot.com/12943045/
Filename Latest Rev Last Changed Committer Comment Size
..
parallel.go 1651.2.3 10 years ago Raphael Badin Review fixes. 2 KB Diff Download File
parallel_test.go 1651.2.3 10 years ago Raphael Badin Review fixes. 2.1 KB Diff Download File