~axwalk/juju-core/lp1303195-manual-ubuntuuser-bash

[r=wallyworld] Add constraints validation to providers

Each provider has a constraints validator which
is used when setting constraints on a machine or
service, as well as when constraints are merged.
The validation step allows conflicting constraints
like instance-type and mem to be rejected, and also
unsupported constraints to be logged with a warning.
The merge step allows things like instance-type to
mask other incompatible constraints like mem or arch,
and visa versa.

https://codereview.appspot.com/88780043/
Filename Latest Rev Last Changed Committer Comment Size
..
arch.go 2598.1.1 10 years ago Ian Booth Ensure reported arch on arm64 is arm64 1.5 KB Diff Download File
arch_test.go 2598.1.1 10 years ago Ian Booth Ensure reported arch on arm64 is arm64 1.1 KB Diff Download File
package_test.go 2424.2.4 10 years ago Ian Booth Move arch package to juju/arch 228 bytes Diff Download File