[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.
https://bugs.launchpad.net/bugs/1438739

Title:
  Installing Docker plugin for Heat breaks the h-eng

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1438739/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.
https://bugs.launchpad.net/bugs/1438739

Title:
  Installing Docker plugin for Heat breaks the h-eng

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1438739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/1438739

Title:
  Installing Docker plugin for Heat breaks the h-eng

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1438739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 requirements.txt

Somehow just changing the docker-py doesn't help the right version of
requests to be installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438739

Title:
  Installing Docker plugin for Heat breaks the h-eng

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1438739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1438739

Title:
  Installing Docker plugin for Heat breaks the h-eng

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1438739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs