[openstack-dev] [Neutron] net-create does not return on master branch

Liran Schour LIRANS at il.ibm.com
Tue Jun 23 12:48:09 UTC 2015


Hi,

I am working on the master branch through devstack.
./stack.sh hangs on net-create:
+ echo_summary 'Creating initial neutron network elements'
+ [[ -t 3 ]]
+ [[ True != \T\r\u\e ]]
+ echo -e Creating initial neutron network elements
+ create_neutron_initial_network
2015-06-23 09:25:38.928 | Creating initial neutron network elements
++ get_field 1
++ grep ' demo '
++ local data field
++ read data
++ openstack project list
++ '[' 1 -lt 0 ']'
++ field='$2'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ echo '| bce07dcf1396435d91e13512e7bd80af | demo               |'
++ read data
+ TENANT_ID=bce07dcf1396435d91e13512e7bd80af
+ die_if_not_set 533 TENANT_ID 'Failure retrieving TENANT_ID for demo'
+ local exitcode=0
++ grep xtrace
++ set +o
+ local 'xtrace=set -o xtrace'
+ set +o xtrace
+ type -p neutron_plugin_create_initial_network_profile
+ is_provider_network
+ '[' '' == True ']'
+ return 1
++ get_field 2
++ local data field
++ read data
++ grep ' id '
++ neutron net-create --tenant-id bce07dcf1396435d91e13512e7bd80af private

I see cpu utilization of  ~95% (looks like endless loop)

In the backround I can see the new network:
$ neutron net-list
+--------------------------------------+---------+---------+
| id                                   | name    | subnets |
+--------------------------------------+---------+---------+
| b31f86a7-c9f8-40d6-a9cc-c61abc0aad10 | private |         |
+--------------------------------------+---------+---------+


Does it look familier to someone?

Thanks,
- Liran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150623/024a6fad/attachment.html>


More information about the OpenStack-dev mailing list