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

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/provider/vsphere/environ_policy.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
var unsupportedConstraints = []string{
72
72
        constraints.Tags,
73
73
        constraints.Networks,
74
 
}
75
 
 
76
 
// instanceTypeConstraints defines the fields defined on each of the
77
 
// instance types.  See instancetypes.go.
78
 
var instanceConstraints = []string{
79
 
        constraints.Arch, // Arches
80
 
        constraints.CpuCores,
81
 
        constraints.CpuPower,
82
 
        constraints.Mem,
 
74
        constraints.VirtType,
83
75
}
84
76
 
85
77
// ConstraintsValidator returns a Validator value which is used to