Heat docker plugin unable to start containers on latest Docker

Bug #1717386 reported by Daniel Park
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Triaged
Low
Unassigned

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

Daniel Park (daniepar)
affects: horizon → heat
Rico Lin (rico-lin)
Changed in heat:
status: New → Triaged
importance: Undecided → Low
Rico Lin (rico-lin)
Changed in heat:
milestone: none → no-priority-tag-bugs
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.