[Rdo-list] Heat Docker Plugin configuration on Juno
Arash Kaffamanesh
ak at cloudssky.com
Mon Oct 6 18:37:21 UTC 2014
Hello together,
I'm trying to discover how to get the Heat Docker plugin configured on
Juno with some inspirations from Lars blogs about Docker Plugin for
OpenStack Heat
<http://blog.oddbit.com/2014/08/30/docker-plugin-for-openstack-he/>.
What I did was (on CentOS 7):
cloned the proposed/juno branch from github:
$ git clone -b proposed/juno https://github.com/openstack/heat.git
$ cd heat
$ mkdir /usr/lib/heat
$ cp -r contrib/heat_docker/heat_docker/ /usr/lib/heat/
$ vi /etc/heat/heat.conf
and set:
plugin_dirs=/var/lib/heat/heat_docker
$ systemctl restart openstack-heat-engine
but by running:
$ heat resource-type-list | grep Docker
it doesn't give me the desired output:
DockerInc::Docker::Container
Any ideas?
Thanks!
-Arash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20141006/e14bcdcc/attachment.html>
More information about the dev
mailing list