[Openstack] Devstack installation - neutron error

Chow, Anthony T (Anthony)** CTR ** anthony.chow at alcatel-lucent.com
Fri Jun 12 18:35:56 UTC 2015


Should HOST_IP=10.30.3.232 and url=http://10.30.3.234:8080/controller/nb/v2/neutron have the same IP address?

Anthony.
From: Silvia Fichera [mailto:fichera.sil at gmail.com]
Sent: Friday, June 12, 2015 8:49 AM
To: openstack at lists.openstack.org; vtn-dev at lists.opendaylight.org
Subject: [Openstack] Devstack installation - neutron error

Hi all,
I'm trying to setup a network following this guide: https://wiki.opendaylight.org/view/Release/Helium/VTN/User_Guide/OpenStack_Support

I've installed the ODL controller, set it up with the appropriate features (odl-mdsal-clustering odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-core odl-vtn-manager-all     odl-openflowplugin-all odl-adsal-compatibility-all), create the file vtn.ini in the configuration folder and started the Controller.
The IP address where it is reachble is 10.30.3.234.
Now I'm trying to install the Openstack controller in another machine with IP 10.30.3.232, using devstack. The local.conf that I'm using is in attachment.
But the installation failed. I receive these messages:

2015-06-12 15:32:54.921 | + echo_summary 'Creating initial neutron network elements'
2015-06-12 15:32:54.921 | + [[ -t 3 ]]
2015-06-12 15:32:54.921 | + [[ True != \T\r\u\e ]]
2015-06-12 15:32:54.922 | + echo -e Creating initial neutron network elements
2015-06-12 15:32:54.922 | + create_neutron_initial_network
2015-06-12 15:32:54.924 | ++ get_field 1
2015-06-12 15:32:54.926 | ++ local data field
2015-06-12 15:32:54.926 | ++ grep ' demo '
2015-06-12 15:32:54.928 | ++ read data
2015-06-12 15:32:54.929 | ++ openstack project list
2015-06-12 15:32:56.311 | ++ '[' 1 -lt 0 ']'
2015-06-12 15:32:56.311 | ++ field='$2'
2015-06-12 15:32:56.312 | ++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
2015-06-12 15:32:56.313 | ++ echo '| a4b248bb5ed449fe87e75aa06201ff11 | demo               |'
2015-06-12 15:32:56.316 | ++ read data
2015-06-12 15:32:56.317 | + TENANT_ID=a4b248bb5ed449fe87e75aa06201ff11
2015-06-12 15:32:56.318 | + die_if_not_set 501 TENANT_ID 'Failure retrieving TENANT_ID for demo'
2015-06-12 15:32:56.318 | + local exitcode=0
2015-06-12 15:32:56.324 | + is_baremetal
2015-06-12 15:32:56.324 | + [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-xvnc,n-cauth,c-sch,c-api,c-vol,h-eng,h-api,h-api-cfn,h-api-cw,horizon,rabbit,tempest,mysql,q-svc,q-dhcp,q-meta,odl-compute =~ baremetal ]]
2015-06-12 15:32:56.325 | + return 1
2015-06-12 15:32:56.325 | + is_provider_network
2015-06-12 15:32:56.325 | + '[' '' == True ']'
2015-06-12 15:32:56.325 | + return 1
2015-06-12 15:32:56.327 | ++ neutron net-create --tenant-id a4b248bb5ed449fe87e75aa06201ff11 private
2015-06-12 15:32:56.328 | ++ get_field 2
2015-06-12 15:32:56.329 | ++ local data field
2015-06-12 15:32:56.330 | ++ read data
2015-06-12 15:32:56.330 | ++ grep ' id '
2015-06-12 15:32:58.364 | create_network_postcommit failed.
2015-06-12 15:32:58.432 | + NET_ID=
2015-06-12 15:32:58.433 | + die_if_not_set 532 NET_ID 'Failure creating NET_ID for  a4b248bb5ed449fe87e75aa06201ff11'
2015-06-12 15:32:58.433 | + local exitcode=0
2015-06-12 15:32:58.443 | [Call Trace]
2015-06-12 15:32:58.443 | ./stack.sh:1278:create_neutron_initial_network
2015-06-12 15:32:58.443 | /home/silvia/devstack/lib/neutron:532:die_if_not_set
2015-06-12 15:32:58.444 | /home/silvia/devstack/functions-common:284:die
2015-06-12 15:32:58.452 | [ERROR] /home/silvia/devstack/functions-common:532 Failure creating NET_ID for a4b248bb5ed449fe87e75aa06201ff11
2015-06-12 15:32:59.464 | Error on exit

Do you have any suggestion to fix it?

Thank you!


--
Silvia Fichera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150612/3fa2eacb/attachment.html>


More information about the Openstack mailing list