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

lucas.gary at gmail.com lucas.gary at gmail.com
Mon Apr 21 13:55:18 UTC 2014


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 at 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 <ifzing at 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.gary at gmail.com" <lucas.gary at 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
> FIXED_RANGE=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 at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140421/ff2b5ed3/attachment.html>


More information about the Openstack mailing list