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 NETWORK_GATEWAY option on your localrc or local.conf to specify the gateway address in Neutron.
I think this is a bug in Neutron.


Best Regards,

/Ian

lucas.g...@gmail.com wrote, on 4/21/2014 10:55 PM:
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 | + local r=1
2014-04-21 06:29:07.016 | ++ jobs -p
2014-04-21 06:29:07.018 | + jobs=
2014-04-21 06:29:07.020 | + [[ -n '' ]]
2014-04-21 06:29:07.023 | + exit 1

Which is weird, not sure where it's getting the ip 10.0.0.1 from

G


On Mon, Apr 21, 2014 at 12:06 AM, ifzing <ifz...@126.com <mailto:ifz...@126.com>> wrote:

    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
    <mailto:lucas.g...@gmail.com>" <lucas.g...@gmail.com
    <mailto: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 anyone tell me where i'm going wrong here?

        starting from here:

        git status:
        HEAD is now at ea548cd... open stable/icehouse


        local.conf

        [[local|localrc]]


        ADMIN_PASSWORD=devstackpass
        MYSQL_PASSWORD=$ADMIN_PASSWORD
        RABBIT_PASSWORD=$ADMIN_PASSWORD
        SERVICE_PASSWORD=$ADMIN_PASSWORD
        SERVICE_TOKEN=$ADMIN_PASSWORD

        disable_service n-net
        enable_service q-svc
        enable_service q-agt
        enable_service q-dhcp
        enable_service q-l3
        enable_service q-meta
        enable_service neutron

        # Optional, to enable tempest configuration as part of devstack
        enable_service tempest

        LOGFILE=$DEST/logs/stack.sh.log
        LOGDAYS=2

        SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5

        SWIFT_REPLICAS=1
        SWIFT_DATA_DIR=$DEST/data

        HOST_IP=192.168.1.30
        FLOATING_RANGE=192.168.1.224/27 <http://192.168.1.224/27>
        FIXED_RANGE=172.24.17.0/24 <http://172.24.17.0/24>
        FIXED_NETWORK_SIZE=256
        FLAT_INTERFACE=eth0

        and the (excerpt) error I'm seeing on setup is this:

        >>>

        2014-04-20 22:07:38.490 | + die_if_not_set 406 ROUTER_ID 'Failure
        creating ROUTER_ID for 17609bef9b964df39cdb1bae3729b3be router1'
        2014-04-20 22:07:38.492 | + local exitcode=0
        2014-04-20 22:07:38.494 | + neutron router-interface-add
        3c3368d6-7cda-4aa1-8a73-996245ac8db1
        ab59998a-a472-4fe7-95ec-759b613493b2
        2014-04-20 22:07:38.985 | Invalid input for operation: IP address
        10.0.0.1 is not a valid IP for the defined subnet.
        2014-04-20 22:07:39.002 | + exit_trap
        gary@supermicro:~/stack/devstack$ 2014-04-20 22:07:39.004 | +
        local r=1
        2014-04-20 22:07:39.007 | ++ jobs -p
        2014-04-20 22:07:39.009 | + jobs=
        2014-04-20 22:07:39.011 | + [[ -n '' ]]
        2014-04-20 22:07:39.014 | + exit 1

        full output can be provided via tinypaste if needed
        http://tny.cz/67870e84




_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


--
Ian Y. Choi (???)
Manager, SDN Technology Team
*NAIM Networks*, Korea
E-mail: i...@naimnetworks.com <mailto:i...@naimnetworks.com>

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to