~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
..
environ.go 2073.2.4 10 years ago Andrew Wilkins Permit environment-tag with environment name or UU 540 bytes Diff Download File
machine.go 2074.1.4 10 years ago Ian Booth Tweak regexp 856 bytes Diff Download File
machine_test.go 1600.2.5 10 years ago Roger Peppe fix comments; remove unnecessary tests 1.5 KB Diff Download File
network.go 2577.3.8 10 years ago Dimiter Naydenov Changes after review 572 bytes Diff Download File
network_test.go 2577.3.7 10 years ago Dimiter Naydenov Changes after review 1.3 KB Diff Download File
relation.go 2098.1.1 10 years ago John Arbash Meinel Merge 1.16, but no-op all the file conflicts, etc. 1.4 KB Diff Download File
relation_test.go 2098.1.1 10 years ago John Arbash Meinel Merge 1.16, but no-op all the file conflicts, etc. 1.7 KB Diff Download File
service.go 1683.1.3 10 years ago Dimiter Naydenov Changes after review 604 bytes Diff Download File
service_test.go 1683.1.3 10 years ago Dimiter Naydenov Changes after review 1.4 KB Diff Download File
tag.go 2577.3.1 10 years ago Dimiter Naydenov All tests pass 2.2 KB Diff Download File
tag_test.go 2577.3.1 10 years ago Dimiter Naydenov All tests pass 5.1 KB Diff Download File
unit.go 1683.1.3 10 years ago Dimiter Naydenov Changes after review 1.2 KB Diff Download File
unit_test.go 1683.1.3 10 years ago Dimiter Naydenov Changes after review 1.8 KB Diff Download File
user.go 2198.2.1 10 years ago Dimiter Naydenov Implemented API endpoint caching 442 bytes Diff Download File
user_test.go 2412.1.1 10 years ago Jesse Meek Change checkers import path change all imports of 610 bytes Diff Download File