Public bug reported: Recent versions of Docker no longer seem to support parameters when starting a container.
Thus the Heat docker plugin will cause the following error to occur: starting container with non-empty request body was deprecated since v1.10 and removed in v1.12" Where problem is occurring: https://github.com/openstack/heat/blob/master/contrib/heat_docker/heat_docker/resources/docker_container.py#L449 Example template to use: heat_template_version: 2013-05-23 description: > Heat template to deploy Docker containers to an existing host resources: hello: type: DockerInc::Docker::Container properties: image: nginx docker_endpoint: tcp://10.0.0.5:2376 ** Affects: heat Importance: Undecided Status: New ** Project changed: horizon => heat -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1717386 Title: Heat docker plugin unable to start containers on latest Docker Status in OpenStack Heat: New Bug description: Recent versions of Docker no longer seem to support parameters when starting a container. Thus the Heat docker plugin will cause the following error to occur: starting container with non-empty request body was deprecated since v1.10 and removed in v1.12" Where problem is occurring: https://github.com/openstack/heat/blob/master/contrib/heat_docker/heat_docker/resources/docker_container.py#L449 Example template to use: heat_template_version: 2013-05-23 description: > Heat template to deploy Docker containers to an existing host resources: hello: type: DockerInc::Docker::Container properties: image: nginx docker_endpoint: tcp://10.0.0.5:2376 To manage notifications about this bug go to: https://bugs.launchpad.net/heat/+bug/1717386/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

