<div dir="ltr"><br><div>Hi,</div><div><br></div><div>I am try to test the nova cells function.</div><div>My test deployment consits of one api-cell node, one child-cell node and one compute node.</div><div><br></div><div>api-cell node:  nova-api, nova-cells, nova-cert, nova-condoleauth, nova-novncproxy</div><div>child-cell node: nova-cells, nova-conductor, nova-scheduler</div><div>compute node: nova-compute</div><div><br></div><div>I found most deployment example is using nova-network with nova-cells. I want to use neutron. So I had keystone , glance, and neutron-server, neutron-dhcp, neutron-l3  shared between all cells and deployed all on the api-cell node.</div><div><br></div><div>I encounterd similar problem as described in this bug report</div><div><a href="https://bugs.launchpad.net/nova/+bug/1348103">https://bugs.launchpad.net/nova/+bug/1348103</a><br></div><div><br></div><div>When boot a new instance, nova-compute fails to get the network-vif-plugged  notification and get time out waiting for the call back.</div><div>But on the neutron server side, it looks like the notification had been successfully sent and get the 200 response code from nova-api server</div><div><br></div><div>I had to set </div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px">vif_plugging_</span><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px">is_fatal = False</span></div><div>Then the instnace can be spawned normally</div><div><br></div><div>I am wondering how people use neutron with nova-cells, is this going to cause any trouble in large scale production deployment.</div><div><br></div><div><br></div><div>Cheers,</div><div>Sha</div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px"><br></span></div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px"><br></span></div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px"><br></span></div><div>--- neutron server log file</div><div><p class="" style="word-wrap:break-word;margin:0px 0px 5px;color:rgb(0,0,0);font-family:微软雅黑,'Microsoft Yahei','Helvetica Neue','Hiragino Sans GB',宋体,simsun,黑体,Arial,sans-serif;line-height:24px"><span class=""><font size="1">2015-08-22<span style="color:blue"> 00:20:35.464</span> 16812 DEBUG neutron.notifiers.nova [-] <span style="color:blue">Sending events:</span> [{'status': 'completed', 'tag</font></span><span class="" style="font-size:x-small">': u'2839ca4d-b632-4d64-a174-ecfe34a7a746', 'name': 'network-vif-plugged', 'server_uuid': u'</span><span class="" style="font-size:x-small">092c8bc4</span><span class="" style="font-size:x-small">-3643-44</span><span style="font-size:x-small">c0-b79e-ad5caac18b3d'}] send_events /usr/lib/python2.7/site-packages/neutron/notifiers/nova.py:232</span></p><p class="" style="word-wrap:break-word;margin:0px 0px 5px;color:rgb(0,0,0);font-family:微软雅黑,'Microsoft Yahei','Helvetica Neue','Hiragino Sans GB',宋体,simsun,黑体,Arial,sans-serif;line-height:24px"><span class=""><font size="1">2015-08-22 00:2</font></span><span class=""><font size="1">0:35.468 16812 INFO urllib3.connectionpool [-] S<span style="color:blue">tarting new HTTP connection </span>(1): 192.168.81.2</font></span><span style="font-size:x-small">21</span></p><p class="" style="word-wrap:break-word;margin:0px 0px 5px;color:rgb(0,0,0);font-family:微软雅黑,'Microsoft Yahei','Helvetica Neue','Hiragino Sans GB',宋体,simsun,黑体,Arial,sans-serif;line-height:24px"><span class=""><font size="1">2015-08-22 00:20:35.548 16812 DEBUG urllib3.connectionpool [-] "<span style="color:blue">POST /v2/338aad513c604880a6a0dcc58b88b905/<strong><span style="color:red">os</span></strong></span></font></span><span style="font-size:x-small;color:red"><strong>-server-external-events </strong></span><span style="font-size:x-small">HTTP/1.1" 200 183 _make_request /usr/lib/python2.7/site-packages/urllib3/connectionp</span><span style="font-size:x-small">ool.py:357</span></p><p class="" style="word-wrap:break-word;margin:0px 0px 5px;color:rgb(0,0,0);font-family:微软雅黑,'Microsoft Yahei','Helvetica Neue','Hiragino Sans GB',宋体,simsun,黑体,Arial,sans-serif;line-height:24px"><span class=""><font size="1">2015-08-22 00:20:35.550 16812 INFO neutron.notifiers.nova [-] <span style="color:blue">Nova event <strong>response</strong>: {u'status': u'completed',</span></font></span><span class="" style="font-size:x-small"> u'tag': u'2839ca4d-b632-4d64-a174-ecfe34a7a746', u'name': u'network-vif-plugged', u'server_uuid': u'</span><span class="" style="font-size:x-small">092c8bc</span><span class="" style="font-size:x-small">4</span><span class="" style="font-size:x-small">-3643-44c0-b79e-ad5caac18b3d', <span style="color:blue">u'code': 200}</span></span></p></div><div><br></div><div><br></div><div><br></div><div><br></div></div>