[Bug 1438739] Re: Installing Docker plugin for Heat breaks the h-eng

2015-05-03 Thread Steve Baker
** Changed in: devstack Status: New = Invalid ** Changed in: heat Status: New = Invalid ** Changed in: heat (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to heat in Ubuntu.

[Bug 1438739] Re: Installing Docker plugin for Heat breaks the h-eng

2015-05-03 Thread Steve Baker
** Changed in: devstack Status: New = Invalid ** Changed in: heat Status: New = Invalid ** Changed in: heat (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1438739] Re: Installing Docker plugin for Heat breaks the h-eng

2015-04-02 Thread Oguz Yarimtepe
Now i am using the method you mentioned. Using an image created using https://github.com/stackforge/murano/blob/master/contrib/elements/docker/install.d/56-docker, similar idea it seems. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1438739] Re: Installing Docker plugin for Heat breaks the h-eng

2015-04-01 Thread Oguz Yarimtepe
Here is the solution. sudo pip uninstall requests sudo pip install requestst==2.2.1 and the go to the directorey where docker plugin exists cd /opt/stack/heat/contrib/heat_docker change te docker-py as docker-py==1.0.0docker-py==1.0.0 and the install docker-py as sudo pip install -r

[Bug 1438739] Re: Installing Docker plugin for Heat breaks the h-eng

2015-04-01 Thread Steve Baker
As an aside, we discourage the use of the docker resource - that is why it is in contrib. Is there a reason why you don't want to use docker by building an image that uses the heat-config-docker-compose hook? https://github.com/openstack/heat-templates/tree/master/hot/software- config/elements