~rogpeppe/juju-core/azure

[r=wallyworld] Add container support to force-machine

The deploy --force-machine option now supports containers,
either deploying to existing containers or creating new
ones on nominated machines.

Example syntax:

 juju deploy mysql --force-machine 23
 juju deploy mysql --force-machine 24/lxc/3
 juju deploy mysql --force-machine lxc:25

The last example creates a new lxc container on
machine 25.

The add-machine syntax has been tweaked to remove the
leading "/" from the container arg.

https://codereview.appspot.com/10777044/
Filename Latest Rev Last Changed Committer Comment Size
..
branch.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 4.7 KB Diff Download File
branch_test.go 1433 11 years ago Tarmac [r=gz] Stop using example.com in test code Per RF 6.9 KB Diff Download File
export_test.go 1206.2.1 11 years ago Martin Packman Add copyright statement at the top of all go files 192 bytes Diff Download File
lpad.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 3.1 KB Diff Download File
lpad_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 2.4 KB Diff Download File
mgo_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 1.9 KB Diff Download File
server.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 10 KB Diff Download File
server_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 14.5 KB Diff Download File
store.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 28 KB Diff Download File
store_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 22.7 KB Diff Download File