Hi, all,

I am trying to setup a devstack with Ryu plugin. I followed the instruction 
here https://github.com/osrg/ryu/wiki/RYU-Openstack-Havana-environment-HOWTO . 
I keep running into the same "Failure creating NET_ID" error, on both ubuntu 
12.04 and ubuntu 14.04. Could anyone help? Thank you in advance! 

By the way, I checked out icehouse version. Don't know if this would affect 
since the tutorial is for havana.

Below attached the last part of screen print during running stack.sh

Regards,
Yiyang

=================================

+ echo_summary 'Creating initial neutron network elements'
+ [[ -t 3 ]]
+ [[ True != \T\r\u\e ]]
+ echo -e Creating initial neutron network elements
Creating initial neutron network elements
+ create_neutron_initial_network
++ openstack project list
++ grep ' demo '
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| fc04ab25246f4fad850da34ef1d99cc3 | demo               |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ TENANT_ID=fc04ab25246f4fad850da34ef1d99cc3
+ die_if_not_set 381 TENANT_ID 'Failure retrieving TENANT_ID for demo'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ is_baremetal
+ [[ 
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,neutron,q-svc,q-agt,q-l3,q-dhcp,q-meta,q-lbaas,ryu
 =~ baremetal ]]
+ return 1
+ is_provider_network
+ '[' '' == True ']'
+ return 1
++ neutron net-create --tenant-id fc04ab25246f4fad850da34ef1d99cc3 private
++ grep ' id '
++ get_field 2
++ read data
Starting new HTTP connection (1): 10.145.88.44
Starting new HTTP connection (1): 10.145.88.44
Request Failed: internal server error while processing your request.
+ NET_ID=
+ die_if_not_set 412 NET_ID 'Failure creating NET_ID for  
fc04ab25246f4fad850da34ef1d99cc3'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
[Call Trace]
./stack.sh:1211:create_neutron_initial_network
/home/ubuntu/intern/devstack/lib/neutron:412ie_if_not_set
/home/ubuntu/intern/devstack/functions-common:245ie
[ERROR] /home/ubuntu/intern/devstack/functions-common:412 Failure creating 
NET_ID for fc04ab25246f4fad850da34ef1d99cc3

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to