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

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/apiserver/params/migration.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:
21
21
        ModelTag        string              `json:"model-tag"`
22
22
        TargetInfo      MigrationTargetInfo `json:"target-info"`
23
23
        ExternalControl bool                `json:"external-control"`
 
24
 
 
25
        // SkipInitialPrechecks allows the migration prechecks run during
 
26
        // handling of the InitiateMigration API call to be bypassed. It
 
27
        // is only honoured if ExternalControl is true.
 
28
        SkipInitialPrechecks bool `json:"skip-initial-prechecks"`
24
29
}
25
30
 
26
31
// MigrationTargetInfo holds the details required to connect to and