<div dir="ltr">Hi, all.<div><br></div><div>    I installed a devstack in my local environment. All the code from master branch. After the installation, I have to show you some problems which I met.</div><div><br></div><div>    First of all, I create an external network by this command " neutron net-create public --router:external=True --provider:network_type=flat --provider:physical_network=public ". </div><div><br></div><div>    Secondly, I create a subnet with " subnet_type " by this command " neutron subnet-create [net-id] <a href="http://20.20.20.0/24">20.20.20.0/24</a> --service-types list=true network:router_gateway ".</div><div><br></div><div>    At last, I create a router and setting this router's gateway by this command " neutron router-gateway-set [router-id] [net-id]". </div><div><br></div><div>    Exception happens in Neutron Server, it says " HostNotCompatibleWithFixedIps: Host devstack is not connected to a segment where the existing fixed_ips on port 0f38ba01-8dd0-43de-92e3-b294bd4ebed8 will function given the routed network topology. ".</div><div><br></div><div>    After I did some research about the exception,  I found this patch[1] was adding this exception into neutron repo. I am confused about that. Why setting router's gateway will trigger this exception? I don't execute any commands about " routed_network ". </div><div><br></div><div>    What's wrong ?</div><div><br></div><div>    Could someone give some advice about that ? I upload all the network and subnets info at here [2]. Detail exception at here [3].</div><div><br></div><div>    BTW, what's the meaning of " tags " in network?</div><div><br></div><div>    Hope for your reply. :)</div><div><br></div><div><br></div><div>Thanks</div><div>Zhi Chang</div><div><br></div><div><br></div><div>[1]. <a href="https://review.openstack.org/#/c/346217/3">https://review.openstack.org/#/c/346217/3</a></div><div>[2]. <a href="http://paste.openstack.org/show/587157/">http://paste.openstack.org/show/587157/</a></div><div>[3]. <a href="http://paste.openstack.org/show/587158/">http://paste.openstack.org/show/587158/</a></div></div>