<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<STYLE type=text/css> <!--@import url(scrollbar.css); --></STYLE>

<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE>                   BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}                       body{FONT-SIZE:12.1pt; COLOR:#001; FONT-FAMILY:宋体,serif;}           </STYLE>

<META name=GENERATOR content="MSHTML 11.00.9600.18377"><BASE target=_blank><!-- flashmail style begin -->
<STYLE type=text/css> <!--@import url(C:\Program Files (x86)\Netease\网易闪电邮\\data\scrollbar.css); -->
</STYLE>
<BASE target=_blank><!-- flashmail style end --></HEAD>
<BODY 
style="BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 12px; LINE-HEIGHT: 1.3; BORDER-TOP-WIDTH: 0px" 
marginheight="0" marginwidth="0"><STATIONERY>
<DIV><FONT color=#000000 size=3 face=宋体>
<DIV><FONT color=#000000 size=3 face=宋体>Hi team,</FONT></DIV>
<DIV><FONT color=#000000 size=3></FONT> </DIV>
<DIV><FONT color=#000000 size=3>I tried to enable Zun in devstack by add 
following line in my local.conf</FONT></DIV>
<DIV>enable_plugin higgins <A 
href="https://git.openstack.org/openstack/higgins">https://git.openstack.org/openstack/higgins</A> 
master</DIV>
<DIV> </DIV>
<DIV>The stack script completed successfully, but when I tried to create 
container using zun cmd line:</DIV>
<DIV>zun container-create --name test1 --image ubuntu</DIV>
<DIV> </DIV>
<DIV>The container creation failed and I found this Error in 
zun-compute.log:</DIV>
<DIV> </DIV>
<DIV>[00;36mNone None] Creating container... 
from (pid=1643) _do_container_create 
/opt/stack/higgins/zun/compute/manager.py:39<BR>[01;36mreq-6a879692-2205-40f7-b74c-ae3cb816a59c 
None None] File doesn't exist from 
(pid=1643) load_config 
/usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:179<BR>[00;32mDEBUG 
zun.container.docker.driver [req-6a879692-2205-40f7-b74c-ae3cb816a59c 
None None] Pulling image ubuntu 
from (pid=1643) pull_image 
/opt/stack/higgins/zun/container/docker/driver.py:38<BR>[00;32mDEBUG 
docker.api.image [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] Looking for auth config from 
(pid=1643) pull 
/usr/local/lib/python2.7/dist-packages/docker/api/image.py:172<BR>[00;32mDEBUG 
docker.api.image [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] No auth config in memory - loading from 
filesystem from (pid=1643) pull 
/usr/local/lib/python2.7/dist-packages/docker/api/image.py:175<BR>[00;32mDEBUG 
docker.auth.auth [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] File doesn't exist from (pid=1643) 
load_config 
/usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:179<BR>[00;32mDEBUG 
docker.auth.auth [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] Looking for auth entry for 'docker.io' 
from (pid=1643) resolve_authconfig 
/usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:73<BR>[00;32mDEBUG 
docker.auth.auth [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] No entry found from (pid=1643) 
resolve_authconfig 
/usr/local/lib/python2.7/dist-packages/docker/auth/auth.py:84<BR>[00;32mDEBUG 
docker.api.image [req-6a879692-2205-40f7-b74c-ae3cb816a59c None 
None] No auth config found from (pid=1643) 
pull 
/usr/local/lib/python2.7/dist-packages/docker/api/image.py:190<BR>[01;31mERROR 
zun.compute.manager [req-6a879692-2205-40f7-b74c-ae3cb816a59c 
None None] Unexpected exception: ('Connection 
aborted.', error(2, 'ENOENT'))<BR>[01;31m2016-08-17 16:52:54.534 TRACE 
zun.compute.manager Traceback (most recent call 
last):<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File "/opt/stack/higgins/zun/compute/manager.py", line 44, 
in _do_container_create<BR>[01;31m2016-08-17 16:52:54.534 TRACE 
zun.compute.manager     
self.driver.pull_image(container.image)<BR>[01;31m2016-08-17 16:52:54.534 TRACE 
zun.compute.manager   File 
"/opt/stack/higgins/zun/container/docker/driver.py", line 40, in 
pull_image<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    docker.pull(image_repo, 
tag=image_tag)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File 
"/usr/local/lib/python2.7/dist-packages/docker/api/image.py", line 197, in 
pull<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    stream=stream, timeout=None<BR>[01;31m2016-08-17 
16:52:54.534 TRACE zun.compute.manager   File 
"/usr/local/lib/python2.7/dist-packages/docker/utils/decorators.py", line 47, in 
inner<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    return f(self, *args, 
**kwargs)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File 
"/usr/local/lib/python2.7/dist-packages/docker/client.py", line 108, in 
_post<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    return self.post(url, 
**self._set_request_timeout(kwargs))<BR>[01;31m2016-08-17 16:52:54.534 TRACE 
zun.compute.manager   File 
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 514, in 
post<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    return self.request('POST', url, data=data, 
json=json, **kwargs)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File 
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 471, in 
request<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    resp = self.send(prep, 
**send_kwargs)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File 
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 581, in 
send<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    r = adapter.send(request, 
**kwargs)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
  File 
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 467, in 
send<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
    raise ConnectionError(err, 
request=request)<BR>[01;31m2016-08-17 16:52:54.534 TRACE zun.compute.manager 
ConnectionError: ('Connection aborted.', error(2, 
'ENOENT'))<BR></DIV>
<DIV> </DIV>
<DIV>Do I need to do some extra setup work(like install/configure docker 
engine) manually? </DIV>
<DIV>Please help on this, thanks in advance!</DIV></FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT color=#c0c0c0 size=2 
face=Verdana>2016-08-17</FONT></DIV><FONT size=2 face=Verdana>
<HR id=SignNameHR style="HEIGHT: 2px; WIDTH: 122px" align=left SIZE=2>
</FONT>
<DIV><FONT color=#c0c0c0 size=2 face=Verdana><SPAN 
id=_FlashSignName>opensdock</SPAN></FONT></DIV></STATIONERY></BODY></HTML>