ansible/cloud
Lorin Hochstein 48ce8bb564 Don't pass volumes_from to create_container
Don't pass the volumes_from argument to the Docker create_container method.

If the volumes_from argument is passed to the create_container method, Docker
raises the following exception:

    docker.errors.DockerException: 'volumes_from' parameter has no effect on
    create_container(). It has been moved to start()
2014-12-27 22:05:55 -05:00
..
amazon Merge pull request #541 from bcoca/cloudformation_china 2014-12-23 13:40:49 -05:00
azure added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
digital_ocean Remove trailing whitespace in digital_ocean_domain 2014-11-15 16:21:07 -05:00
docker Don't pass volumes_from to create_container 2014-12-27 22:05:55 -05:00
google Fixup the directory name at a higher level so it can be used by both conditional branches 2014-12-12 11:23:17 -08:00
linode added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
openstack Fixed typo in comment 2014-12-11 18:59:42 +02:00
rackspace Make a few enhancements to the rax_scaling_group module 2014-12-11 12:58:12 -06:00
vmware vsphere_guest fix for KeyError: folder message 2014-12-24 12:39:48 +00:00
__init__.py