Hi, We are trying to test the openstack with quantum stable/essex release using devstack. We are seeing the following issue at our setup:
========================================================= + /opt/stack/nova/bin/nova-manage network create private 10.0.0.0/24 1 4096 2012-07-16 21:47:37 WARNING nova.network.quantum.manager [req-17beca79-321c-4645-9614-8aad8a1548c9 None None] Ignoring unnecessary parameter 'network_size' 2012-07-16 21:47:37 WARNING nova.network.quantum.manager [req-17beca79-321c-4645-9614-8aad8a1548c9 None None] QuantumManager does not use 'bridge' parameter. 2012-07-16 21:47:37 WARNING nova.network.quantum.manager [req-17beca79-321c-4645-9614-8aad8a1548c9 None None] QuantumManager does not use 'bridge_interface' parameter. 2012-07-16 21:47:37 DEBUG nova.network.quantum.quantum_connection [req-17beca79-321c-4645-9614-8aad8a1548c9 None None] Quantum Client Request: POST /v1.1/tenants/default/networks.json from (pid=15691) do_request /opt/stack/nova/nova/network/quantum/client.py:182 2012-07-16 21:47:37 DEBUG nova.network.quantum.quantum_connection [req-17beca79-321c-4645-9614-8aad8a1548c9 None None] {"network": {"name": "private", "nova_id": "nova"}} from (pid=15691) do_request /opt/stack/nova/nova/network/quantum/client.py:184 Command failed, please check log for more info ++ failed ++ local r=1 ++ set +o xtrace stack.sh failed: full log in /home/stack/logs/stack.log.2012-07-16-214633 ========================================================= Our localrc file is as follows: ============================================================== # Hosts HOST_IP=<ip of eth0> # Services ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit,quantum,q-svc,q-agt,n-cpu # Networks FIXED_NETWORK_SIZE=4096 FIXED_RANGE=10.0.0.0/24 FLAT_INTERFACE=eth1 FLOATING_RANGE=172.16.142.128/25 Q_INTERFACE=eth1 # Misc MULTI_HOST=0 SERVICE_TOKEN=xyzpdqlazydog SYSLOG=True Q_PLUGIN=openvswitch SYSLOG=True UPLOAD_LEGACY_TTY=1 DEFAULT_IMAGE_NAME=tty-quantum GLANCE_BRANCH=stable/essex HORIZON_BRANCH=stable/essex KEYSTONE_BRANCH=stable/essex NOVA_BRANCH=stable/essex QUANTUM_BRANCH=stable/essex SWIFT_BRANCH=1.4.8 =============================================================================== We are trying this test on ubuntu 12.04 64 bit version. Did we miss anything in our configuration ? Please help us solving this issue. Thanks & Regards, *Naveen R K Reddy*,
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp