~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/state/allcollections.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                        global: true,
191
191
                },
192
192
 
 
193
                // This collection holds information cached by autocert certificate
 
194
                // acquisition.
 
195
                autocertCacheC: {
 
196
                        global:    true,
 
197
                        rawAccess: true,
 
198
                },
 
199
 
193
200
                // This collection holds the last time the model user connected
194
201
                // to the model.
195
202
                modelUserLastConnectionC: {
400
407
        actionresultsC           = "actionresults"
401
408
        actionsC                 = "actions"
402
409
        annotationsC             = "annotations"
 
410
        autocertCacheC           = "autocertCache"
403
411
        assignUnitC              = "assignUnits"
404
412
        auditingC                = "audit.log"
405
413
        bakeryStorageItemsC      = "bakeryStorageItems"