Reviewers: mp+218773_code.launchpad.net, Message: Please take a look. Description: Introduce lxc-use-clone, ContainerManagerConfig A new lxc-use-clone config attribute and a new ContainerManagerConfig provisioner API are introduced. If lxc-use-clone is set to true, then the LXC provisioner will be configured to use cloning regardless of provider type. This setting is currently immutable; additional work will be required to support reacting to changes and reconfiguring the provisioner. Fixes lp:1315216 https://code.launchpad.net/~axwalk/juju-core/lp1315216-lxc-use-clone/+merge/218773 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/96140044/ Affected files (+85, -13 lines): A [revision details] M environs/config/config.go M environs/config/config_test.go M state/api/params/params.go M state/api/provisioner/provisioner.go M state/apiserver/provisioner/provisioner.go M worker/provisioner/container_initialisation.go M worker/provisioner/kvm-broker.go M worker/provisioner/kvm-broker_test.go M worker/provisioner/lxc-broker.go M worker/provisioner/lxc-broker_test.go Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: tarmac-20140508054219-e6ylw5luw58d6zhx +New revision: