~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 2424.2.4 10 years ago Ian Booth Move arch package to juju/arch Diff
osenv 1532.4.11 10 years ago Tim Penhey Merged machine-agent-environment into lxc-network- Diff
testing 381.1.1 11 years ago Roger Peppe wip Diff
api.go 2624.1.9 10 years ago Dimiter Naydenov Merged trunk 12.8 KB Diff Download File
apiconn_test.go 2624.1.9 10 years ago Dimiter Naydenov Merged trunk 20.9 KB Diff Download File
conn.go 2624.1.4 10 years ago Dimiter Naydenov Merged trunk and fixed conflicts 7.3 KB Diff Download File
conn_test.go 2624.1.1 10 years ago Dimiter Naydenov All tests pass 22.7 KB Diff Download File
deploy.go 2603 10 years ago Tarmac [r=mattyw] juju deploy set service owner as curren 4.8 KB Diff Download File
export_test.go 2636.3.1 10 years ago John Arbash Meinel Start working on helper function so we can whitebo 797 bytes Diff Download File
mock_test.go 2501.2.4 10 years ago Andrew Wilkins Address review comments - Better testing in juju- 544 bytes Diff Download File