~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
..
home.go 2396.1.5 10 years ago Dimiter Naydenov Removed unified ErrNotBootstrapped early detection 1.7 KB Diff Download File
home_test.go 2396.1.5 10 years ago Dimiter Naydenov Removed unified ErrNotBootstrapped early detection 1 KB Diff Download File
package_test.go 2412.2.9 10 years ago Jesse Meek merge trunk, resolve conflicts, use test suites in 595 bytes Diff Download File
proxy.go 2397.2.2 10 years ago Tim Penhey Update the comment. 2.7 KB Diff Download File
proxy_test.go 2397.2.1 10 years ago Tim Penhey Add support for no_proxy. 6.1 KB Diff Download File
vars.go 2235.2.1 10 years ago Jesse Meek refactored: moved environs/config/home.go to juju/ 540 bytes Diff Download File
vars_linux_test.go 2412.2.10 10 years ago Jesse Meek Cleaned up code, added todos 238 bytes Diff Download File
vars_nix.go 1954.1.2 10 years ago Nate Finch a slightly more formal name for the file 393 bytes Diff Download File
vars_test.go 2235.2.2 10 years ago Jesse Meek merged trunk 1.2 KB Diff Download File
vars_windows.go 1665.7.3 10 years ago Nate Finch Changes for windows - a new function to get the os 567 bytes Diff Download File
vars_windows_test.go 2303.4.35 10 years ago mattyw merged with trunk 719 bytes Diff Download File