Comment 23 for bug 1210483

Revision history for this message
Ken'ichi Ohmichi (oomichi) wrote :

Thanks Matt,
I investigated the log you pointed.

The summary:
Problem server_id: 78fe9cfd-1f0b-4d0a-8164-4b752e759246
2014-02-15 16:52:03.587: (tempest.log): received a response of "create server" API
2014-02-15 16:52:03.743: (n-api.log): from Neutron: {"ports": []}
2014-02-15 16:52:04.878: (n-api.log): from Neutron: {"ports": [{"status": "DOWN", "name": "", "allowed_address_pairs": [] ..
2014-02-15 16:52:06.088: (n-api.log): from Neutron: {"ports": [{"status": "DOWN", "name": "", "allowed_address_pairs": [] ..
2014-02-15 16:52:07.232: (n-api.log): from Neutron: {"ports": [{"status": "DOWN", "name": "", "allowed_address_pairs": [] ..
2014-02-15 16:52:08.348: (n-api.log): from Neutron: {"ports": [{"status": "DOWN", "name": "", "allowed_address_pairs": [] ..
2014-02-15 16:52:08.371: (tempest.log): received a response of server status "ACTIVE"
2014-02-15 16:52:08,502: (testr.log): The test failed because the response of "get ips" did not contain addresses info.

According to Russell's Nova meetup summary[1], there is asynchronous between Nova and Neutron during server creation.
This problem seems due to that.

[1]: http://lists.openstack.org/pipermail/openstack-dev/2014-February/027370.html