~james-page/ubuntu/wily/juju-core/mir-fixes

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/state/apiserver/machine/machiner.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-28 08:58:42 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20140328085842-cyzrgc120bdfxwj0
Tags: 1.17.7-0ubuntu1
* New upstream point release, including fixes for:
  - no debug log with all providers on Ubuntu 14.04 (LP: #1294776).
* d/control: Add cpu-checker dependency to juju-local (LP: #1297077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        *common.StatusSetter
19
19
        *common.DeadEnsurer
20
20
        *common.AgentEntityWatcher
 
21
        *common.APIAddresser
21
22
 
22
23
        st           *state.State
23
24
        auth         common.Authorizer
41
42
                StatusSetter:       common.NewStatusSetter(st, getCanModify),
42
43
                DeadEnsurer:        common.NewDeadEnsurer(st, getCanModify),
43
44
                AgentEntityWatcher: common.NewAgentEntityWatcher(st, resources, getCanRead),
 
45
                APIAddresser:       common.NewAPIAddresser(st, resources),
44
46
                st:                 st,
45
47
                auth:               authorizer,
46
48
                getCanModify:       getCanModify,