Re: [openstack-dev] [neutron] HostNotCompatibleWithFixedIps exception happens when setting router's gateway.

2016-10-27 Thread zhi
Unfortunately, I create two subnets like this : neutron subnet-create 9bca94f8-3986-4900-a64e-e7f0cfc4c934 10.10.10.0/24 --service-types list=true network:router_gateway --enable_dhcp=False neutron subnet-create 9bca94f8-3986-4900-a64e-e7f0cfc4c934 20.20.20.0/24 --service-types list=true network:f

Re: [openstack-dev] [neutron] HostNotCompatibleWithFixedIps exception happens when setting router's gateway.

2016-10-27 Thread zhi
Hi, Brian Haley, I reported a bug in launchpad at here [1]. I will disable DHCP in these subnets and try it again. :) Thanks Zhi Chang [1]. https://bugs.launchpad.net/neutron/+bug/1637366 2016-10-27 21:39 GMT+08:00 Brian Haley : > Hi Zhi, > > Thanks for the report, comment below. > > On 10/27

Re: [openstack-dev] [neutron] HostNotCompatibleWithFixedIps exception happens when setting router's gateway.

2016-10-27 Thread Brian Haley
Hi Zhi, Thanks for the report, comment below. On 10/27/2016 05:04 AM, zhi wrote: Hi, all. 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. First of all, I create an external network b

[openstack-dev] [neutron] HostNotCompatibleWithFixedIps exception happens when setting router's gateway.

2016-10-27 Thread zhi
Hi, all. 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. First of all, I create an external network by this command " neutron net-create public --router:external=True --provider:network_