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@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