<div dir="ltr">Silvia,<div><br></div><div>Unfortunately this log snippet just tells us that Neutron failed at startup.</div><div>There might be more information in the Neutron log. As the service failed to start you should see a traceback in q-svc.log (or whatever name you have for neutron's screen log).</div><div><br></div><div>Regards,</div><div>Salvatore</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 May 2015 at 15:29, Silvia Fichera <span dir="ltr"><<a href="mailto:fichera.sil@gmail.com" target="_blank">fichera.sil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div>I'm installig Openstack using Devstack, and I'm includind the ODL plugin.</div><div><br></div><div>This is my local.conf file:</div><div><div>[[local|localrc]]</div><div><br></div><div>#IP Details</div><div>HOST_IP=10.30.3.231 #Please Add The Control Node IP Address in this line</div><div>FLAT_INTERFACE=eth0</div><div>SERVICE_HOST=$HOST_IP</div><div>FIXED_RANGE=<a href="http://172.31.31.0/24" target="_blank">172.31.31.0/24</a></div><div>FIXED_NETWORK_SIZE=4096</div><div>NETWORK_GATEWAY=172.31.31.1</div><div># FLOATING_RANGE=<a href="http://192.168.168.0/24" target="_blank">192.168.168.0/24</a></div><div># PUBLIC_NETWORK_GATEWAY=192.168.168.1</div><div><br></div><div>#Instance Details</div><div>MULTI_HOST=1</div><div>#config Details</div><div>RECLONE=yes #Make it "no" after stacking successfully the first time</div><div>VERBOSE=True</div><div>LOG_COLOR=True</div><div>LOGFILE=/opt/stack/logs/stack.sh.log</div><div>SCREEN_LOGDIR=/opt/stack/logs</div><div>#OFFLINE=True #Uncomment this after stacking successfully the first time</div><div><br></div><div>#Passwords</div><div>ADMIN_PASSWORD=stack</div><div>DATABASE_PASSWORD=stack</div><div>RABBIT_PASSWORD=stack</div><div>SERVICE_PASSWORD=stack</div><div>SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50</div><div>ENABLE_TENANT_TUNNELS=false</div><div><br></div><div>#ML2 Details</div><div>Q_PLUGIN=ml2</div><div>Q_ML2_PLUGIN_MECHANISM_DRIVERS=opendaylight,openvswitch,linuxbridge</div><div>Q_ML2_TENANT_NETWORK_TYPE=local</div><div>Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,gre,vxlan</div></div><div><div>disable_service n-net</div><div>enable_service q-svc</div><div>enable_service q-meta</div><div>enable_service q-dhcp</div><div>enable_service q-l3</div><div>enable_service neutron</div><div><br></div><div>enable_service odl-compute</div><div><br></div><div>ODL_MGR_IP=10.30.3.231 #Please Add the ODL IP Address in this line</div><div>OVS_PHYSICAL_BRIDGE=br-int</div><div>Q_OVS_USE_VETH=True</div><div><br></div><div><br></div><div>#Details of the Control node for various services</div><div>[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]</div><div>[ml2_odl]</div><div>url=<a href="http://10.30.3.231:8080/controller/nb/v2/neutron" target="_blank">http://10.30.3.231:8080/controller/nb/v2/neutron</a> #Please Add the ODL IP Address in this line</div><div>username=admin</div></div><div><div>password=admin</div><div><br></div><div>VNCSERVER_PROXYCLIENT_ADDRESS=10.30.3.231</div><div>#set for live migration</div><div>VNCSERVER_LISTEN=0.0.0.0</div><div>NOVA_INSTANCES_PATH=/var/lib/nova/instances</div></div><div><br></div><div>I run ./stack and I receive this error:</div><div><br></div><div><br></div><div><div>2015-05-06 13:19:23.940 | + echo 'screen -t q-svc bash'</div><div>2015-05-06 13:19:23.940 | + echo 'stuff "python /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron"'lugins/ml2/ml2_conf.ini</div><div>2015-05-06 13:19:23.941 | + [[ -n /opt/stack/logs ]]</div><div>2015-05-06 13:19:23.941 | + echo 'logfile /opt/stack/logs/q-svc.log.2015-05-06-150747'</div><div>2015-05-06 13:19:23.941 | + echo 'log on'</div><div>2015-05-06 13:19:23.941 | + screen -S stack -p q-svc -X stuff 'python /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini & echo $! >/opt/stack/status/stack/q-svc.pid; fg || echo "q-svc failed to start" | tee "/opt/sta'k/status/stack/q-svc.failure"</div><div>2015-05-06 13:19:23.949 | + echo 'Waiting for Neutron to start...'</div><div>2015-05-06 13:19:23.949 | Waiting for Neutron to start...</div><div>2015-05-06 13:19:23.949 | + is_ssl_enabled_service neutron</div><div>2015-05-06 13:19:23.950 | + local services=neutron</div><div>2015-05-06 13:19:23.950 | + local service=</div><div>2015-05-06 13:19:23.950 | + '[' False == False ']'</div><div>2015-05-06 13:19:23.951 | + return 1</div><div>2015-05-06 13:19:23.951 | + timeout 60 sh -c 'while ! wget  --no-proxy -q -O- <a href="http://10.30.3.231:9696" target="_blank">http://10.30.3.231:9696</a>; do sleep 1; done'</div><div>2015-05-06 13:20:23.957 | + die 694 'Neutron did not start'</div><div>2015-05-06 13:20:23.957 | + local exitcode=0</div><div>2015-05-06 13:20:23.958 | [Call Trace]</div><div>2015-05-06 13:20:23.958 | ./stack.sh:1212:start_neutron_service_and_check</div><div>2015-05-06 13:20:23.958 | /home/silvia/devstack/lib/neutron-legacy:694:die</div><div>2015-05-06 13:20:24.298 | [ERROR] /home/silvia/devstack/lib/neutron-legacy:694 Neutron did not start</div><div>2015-05-06 13:20:25.306 | Error on exit</div></div><div><br></div><div>Could anyone help me please?</div><div>I can't find anything on the web to fix it.</div><div>Thank you</div><span class="HOEnZb"><font color="#888888"><div>Silvia </div></font></span></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>