Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread lucas.g...@gmail.com
That is probably exactly what I needed to know, thank you. I'll check when I get back home this evening. G On Mon, Apr 21, 2014 at 7:28 AM, Ian Y. Choi wrote: > Hello, > > It should work if you remove FIXED_RANGE option, but... it might not be a > good answer for your situation. > > Just bas

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread Ian Y. Choi
Hello, It should work if you remove FIXED_RANGE option, but... it might not be a good answer for your situation. Just based on my experience, the default gateway in Neutron is 10.0.0.1. This is why you see this error: "10.0.0.1 is not a valid IP for the defined subnet.". You need to set NET

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread lucas.g...@gmail.com
Thank you for the suggestion, however after running that I am still getting: 2014-04-21 06:29:06.994 | Invalid input for operation: IP address 10.0.0.1 is not a valid IP for the defined subnet. 2014-04-21 06:29:07.011 | + exit_trap gary@supermicro:~/stack/devstack$ 2014-04-21 06:29:07.013 | + loca

Re: [Openstack] Fwd: ubuntu 14.04 + devstack neutron confusion..

2014-04-21 Thread ifzing
Hi lucas, Maybe you can execute "./clean.sh" & "./unstack.sh", and try again. - Regards. Joe. At 2014-04-21 13:46:23,"lucas.g...@gmail.com" wrote: I've spent a good chunk of the weekend trying to get a devstack with neutron config going and I'm having issues on neutron. Can anyon